diff options
| author | Lou Berger <lberger@labn.net> | 2018-08-28 21:47:58 +0000 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-27 20:22:14 -0500 |
| commit | d12ac2a975fe4a51d6b54c4a0b84194d43f953e4 (patch) | |
| tree | 620789e11312071f310a9a5803841879f17a298b /tests/topotests/bgp_rfapi_basic_sanity/scripts/cleanup_all.py | |
| parent | 914d749d8af21ec2f23ba41cd84c2dc630815251 (diff) | |
bgp_rfapi_basic_sanity: wait for clean exit
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'tests/topotests/bgp_rfapi_basic_sanity/scripts/cleanup_all.py')
| -rw-r--r-- | tests/topotests/bgp_rfapi_basic_sanity/scripts/cleanup_all.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/topotests/bgp_rfapi_basic_sanity/scripts/cleanup_all.py b/tests/topotests/bgp_rfapi_basic_sanity/scripts/cleanup_all.py index 681ca04605..d0d66ea277 100644 --- a/tests/topotests/bgp_rfapi_basic_sanity/scripts/cleanup_all.py +++ b/tests/topotests/bgp_rfapi_basic_sanity/scripts/cleanup_all.py @@ -21,6 +21,10 @@ luCommand('r2','vtysh -c "show bgp ipv4 vpn"',num,'pass','VPN SAFI clear') luCommand('r3','vtysh -c "show bgp ipv4 vpn"',num,'pass','VPN SAFI clear') luCommand('r4','vtysh -c "show bgp ipv4 vpn"',num,'pass','VPN SAFI clear') +luCommand('r1','vtysh -c "show vnc registrations"','Locally: *Active: 0 .* Remotely: *Active: 0 .*In Holddown: *Active: 0','wait','No holddowns',20) +luCommand('r3','vtysh -c "show vnc registrations"','Locally: *Active: 0 .* Remotely: *Active: 0 .*In Holddown: *Active: 0','wait','No holddowns') +luCommand('r4','vtysh -c "show vnc registrations"','Locally: *Active: 0 .* Remotely: *Active: 0 .*In Holddown: *Active: 0','wait','No holddowns') + luCommand('r1','vtysh -c "show vnc summary"','.','none') luCommand('r3','vtysh -c "show vnc summary"','.','none') luCommand('r4','vtysh -c "show vnc summary"','.','none') |
