Use default prompt variable, not hardcoded one 47/72047/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 17 May 2018 00:56:57 +0000 (17:56 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 17 May 2018 00:56:57 +0000 (17:56 -0700)
Change-Id: I45c75be95c02a8cbe1245c2829dcad523d9abc7b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/libraries/OpenStackOperations.robot

index 63f021ec86e352fdb8925b368c6849dd35580de3..974440e5510d618fcac04583ee1e3afd406dc6bc 100644 (file)
@@ -924,7 +924,7 @@ Wait For Routes To Propogate
     \    ${is_ipv6} =    String.Get Regexp Matches    @{subnets}[${INDEX}]    ${IP6_REGEX}
     \    ${length} =    BuiltIn.Get Length    ${is_ipv6}
     \    ${cmd} =    BuiltIn.Set Variable If    ${length} == 0    ip route    ip -6 route
-    \    ${output} =    Utils.Write Commands Until Expected Prompt    sudo ip netns exec qdhcp-${net_id} ${cmd}    ]>
+    \    ${output} =    Utils.Write Commands Until Expected Prompt    sudo ip netns exec qdhcp-${net_id} ${cmd}    ${DEFAULT_LINUX_PROMPT_STRICT}
     \    BuiltIn.Should Contain    ${output}    @{subnets}[${INDEX}]
 
 Neutron Cleanup