OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

kmip message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Issue with test case TC-DLOGIN-1-20, Query operation needs a query function



All the Query requests in this test have no query functions, yet if you look at the KMIP spec the request payload has

QueryFunction        Required -- Yes, May be Repeated,

So this test needs to be modified to include at least one query function??
I have not looked at the other Login tests yet do they do the same thing?

From the test case
# Request 2
<RequestMessage>
  <RequestHeader>
    <ProtocolVersion>
      <ProtocolVersionMajor type="Integer" value="2"/>
      <ProtocolVersionMinor type="Integer" value="0"/>
    </ProtocolVersion>
    <Authentication>
      <Credential>
        <CredentialType type="Enumeration" value="Ticket"/>
        <CredentialValue>
          <Ticket>
            <TicketType type="Enumeration" value="Login"/>
            <TicketValue type="ByteString" value="$TICKET_VALUE"/>
          </Ticket>
        </CredentialValue>
      </Credential>
    </Authentication>
    <BatchCount type="Integer" value="1"/>
  </RequestHeader>
  <BatchItem>
    <Operation type="Enumeration" value="Query"/>
    <RequestPayload>
    </RequestPayload>
  </BatchItem>
</RequestMessage>



Best,
Mark Joseph
P6R, Inc
408-205-0361


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]