From 18f2dc3d7c599b2978a4d14eaca201dd233a8393 Mon Sep 17 00:00:00 2001 From: rszarecki <46606165+rszarecki@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:03:18 -0700 Subject: [PATCH] gNOI-2.1: Packet-based Link-Qual: add interface oper-state validation (#2243) * add oper-state validation * reference to issue #2244 --- .../tests/packet_link_qualification_test/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature/gnoi/packet_link_qualification/tests/packet_link_qualification_test/README.md b/feature/gnoi/packet_link_qualification/tests/packet_link_qualification_test/README.md index 79e801d86d6..9764b2be637 100644 --- a/feature/gnoi/packet_link_qualification/tests/packet_link_qualification_test/README.md +++ b/feature/gnoi/packet_link_qualification/tests/packet_link_qualification_test/README.md @@ -61,6 +61,7 @@ between 2 DUTs. its teardown. * TeardownDuration: The amount time required to bring the interface back to pre-test state. + * [TODO: issue#2244] verify generator interface oper-state is 'TESTING' * Set another device as the FAR_END (reflector) device for Packet Based Link Qual. * Issue gnoi.LinkQualification Create RPC to the device and provide @@ -71,6 +72,7 @@ between 2 DUTs. * EndpointType: Qualification_end set as FAR_END. * RPCSyncedTiming: * Reflector timers should be same as the ones on the generator. + * [TODO: issue#2244] verify reflector interface oper-state is 'TESTING' * Get the result by issuing gnoi.LinkQualification Get RPC to gather the result of link qualification. Provide the following parameter: * Id: The identifier used above on the NEAR_END side.