diff options
author | DR695H <dr695h@att.com> | 2019-07-23 17:13:23 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-23 17:13:23 -0400 |
commit | 67afaca4f14965ac90f724ec56fb87d900cf807a (patch) | |
tree | 7c16dee56cca3d7b86bb820e4892722a77d1a401 /robot/resources/stack_validation | |
parent | 102f3207fbec080e81d4abaa9c7277cbf5d52a37 (diff) |
cleaning up some warnings
need these cleaned before switching over the variabel strucuture in
preload
Issue-ID: TEST-174
Change-Id: I1667f45b0135a059dfab2835c9b4f743703c60a5
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/stack_validation')
-rw-r--r-- | robot/resources/stack_validation/packet_generator_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/stack_validation/packet_generator_interface.robot b/robot/resources/stack_validation/packet_generator_interface.robot index 6b34669d..802c8df7 100644 --- a/robot/resources/stack_validation/packet_generator_interface.robot +++ b/robot/resources/stack_validation/packet_generator_interface.robot @@ -89,7 +89,7 @@ Disable All Streams Should Be Equal As Strings ${resp.status_code} 200 [Return] ${resp} - Disable Stream +Disable Stream [Documentation] Disables packet generator for the passed stream [Arguments] ${host} ${stream}=udp1 ${alias}=pgn ${session}= Connect To Packet Generator ${host} alias=${alias} |