diff options
| author | Y Bharath <y.bharath@samsung.com> | 2024-06-19 12:51:05 +0530 |
|---|---|---|
| committer | Y Bharath <y.bharath@samsung.com> | 2024-07-15 13:09:32 +0530 |
| commit | 5b06a17715c63f7639640a97be338ace8fc76f79 (patch) | |
| tree | 2846ad24816fde67523c45ca021d5ffe3e356f27 /tests/topotests/all_protocol_startup/test_all_protocol_startup.py | |
| parent | 659741f3fa682d0d32ab24a178794be4ef2e0220 (diff) | |
tests: Refactoring FRR test suites
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'tests/topotests/all_protocol_startup/test_all_protocol_startup.py')
| -rw-r--r-- | tests/topotests/all_protocol_startup/test_all_protocol_startup.py | 2 |
1 files changed, 0 insertions, 2 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 b4bc1e14ad..902343ce42 100644 --- a/tests/topotests/all_protocol_startup/test_all_protocol_startup.py +++ b/tests/topotests/all_protocol_startup/test_all_protocol_startup.py @@ -38,7 +38,6 @@ from lib.common_config import ( required_linux_kernel_version, ) -from lib.topolog import logger import json fatal_error = "" @@ -153,7 +152,6 @@ def test_error_messages_vtysh(): print("\n\n** Check for error messages on VTYSH") print("******************************************\n") - failures = 0 for i in range(1, 2): # # First checking Standard Output |
