X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fnetvirt%2Fvpnservice%2Fvpn_basic.robot;h=3bd138f109ff0fc3c6d1869298c7f6cd682b6d1f;hb=823f6c24685b361688b5fb371d967cbb46562dfe;hp=a2c042108949c753cbe2f0dc410029ea8066fca8;hpb=5b8fd805db0adc5bf9833a227c145dab9ce6311d;p=integration%2Ftest.git diff --git a/csit/suites/netvirt/vpnservice/vpn_basic.robot b/csit/suites/netvirt/vpnservice/vpn_basic.robot index a2c0421089..3bd138f109 100644 --- a/csit/suites/netvirt/vpnservice/vpn_basic.robot +++ b/csit/suites/netvirt/vpnservice/vpn_basic.robot @@ -196,8 +196,11 @@ Delete Router Delete Router With NonExistentRouter Name [Documentation] Delete router with nonExistentRouter name - ${rc} ${output} = Run And Return Rc And Output neutron router-delete nonExistentRouter - BuiltIn.Should Match Regexp ${output} Unable Not At URIto find router with name or id 'nonExistentRouter'|Unable to find router\\(s\\) with id\\(s\\) 'nonExistentRouter' + ${result} = Process.Run Process openstack router delete nonExistentRouter shell=True + BuiltIn.Log ${result.stdout} + BuiltIn.Log ${result.stderr} + BuiltIn.Should Be True '${result.rc}' == '1' + BuiltIn.Should Match Regexp ${result.stderr} Failed to delete router with name or ID 'nonExistentRouter': No Router found for nonExistentRouter Associate Networks To L3VPN [Documentation] Associates L3VPN to networks and verify