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/bgp_prefix_sid2 | |
| parent | 659741f3fa682d0d32ab24a178794be4ef2e0220 (diff) | |
tests: Refactoring FRR test suites
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
Diffstat (limited to 'tests/topotests/bgp_prefix_sid2')
| -rwxr-xr-x | tests/topotests/bgp_prefix_sid2/test_bgp_prefix_sid2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_prefix_sid2/test_bgp_prefix_sid2.py b/tests/topotests/bgp_prefix_sid2/test_bgp_prefix_sid2.py index d6b94329e4..cf0c9fea2e 100755 --- a/tests/topotests/bgp_prefix_sid2/test_bgp_prefix_sid2.py +++ b/tests/topotests/bgp_prefix_sid2/test_bgp_prefix_sid2.py @@ -90,7 +90,7 @@ def test_r1_rib(): logger.info('[+] check {} "{}" {}'.format(name, cmd, expected_file)) tgen = get_topogen() func = functools.partial(_check, name, cmd, expected_file) - success, result = topotest.run_and_expect(func, None, count=10, wait=0.5) + _, result = topotest.run_and_expect(func, None, count=10, wait=0.5) assert result is None, "Failed" check("r1", "show bgp ipv6 vpn 2001:1::/64 json", "r1/vpnv6_rib_entry1.json") |
