diff options
| author | Louis Scalbert <louis.scalbert@6wind.com> | 2021-05-27 17:43:18 +0200 | 
|---|---|---|
| committer | Louis Scalbert <louis.scalbert@6wind.com> | 2021-06-04 15:03:04 +0200 | 
| commit | 7ff6a427635891edbbe07504bcc58cf95ab75aa4 (patch) | |
| tree | 1d8886b8ae49d5fc7a80acfbc74bb63110b9679b /tests/topotests/all_protocol_startup | |
| parent | 1533f4705e3868e1bf284fb59fbb863a09cad94e (diff) | |
topotests: remove uneccessary vtysh cmd request
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'tests/topotests/all_protocol_startup')
| -rw-r--r-- | tests/topotests/all_protocol_startup/test_all_protocol_startup.py | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/topotests/all_protocol_startup/test_all_protocol_startup.py b/tests/topotests/all_protocol_startup/test_all_protocol_startup.py index 597e230696..0be3760aa2 100644 --- a/tests/topotests/all_protocol_startup/test_all_protocol_startup.py +++ b/tests/topotests/all_protocol_startup/test_all_protocol_startup.py @@ -1020,13 +1020,6 @@ def test_bgp_summary():                      diff,                  ) -                # Actual output from router -                actual = ( -                    net["r%s" % i] -                    .cmd('vtysh -c "show ip bgp summary" 2> /dev/null') -                    .rstrip() -                ) -      # Make sure that all daemons are running      for i in range(1, 2):          fatal_error = net["r%s" % i].checkRouterRunning()  | 
