← Prev in month ← Prev in thread

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

From
Mark Joseph <>
Date
2018-12-21T19:35:29+00:00
ID
Thread
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
← Prev in month ← Prev in thread