diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-07 14:48:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-07 14:48:25 +0100 |
commit | bbec2af9950571af444c4689159eb2033f57e0f1 (patch) | |
tree | 4ff0a7ecaa80b83d784a981a57b328680051e797 /smoketest | |
parent | ba6be403072459e42a66e1a818580ae3518ebf44 (diff) | |
download | vyos-1x-bbec2af9950571af444c4689159eb2033f57e0f1.tar.gz vyos-1x-bbec2af9950571af444c4689159eb2033f57e0f1.zip |
smoketest: rip: rename the one and only testcase
Diffstat (limited to 'smoketest')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_rip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_rip.py b/smoketest/scripts/cli/test_protocols_rip.py index 1bd069638..2c5c9030a 100755 --- a/smoketest/scripts/cli/test_protocols_rip.py +++ b/smoketest/scripts/cli/test_protocols_rip.py @@ -64,7 +64,7 @@ class TestProtocolsRIP(unittest.TestCase): # Check for running process self.assertTrue(process_named_running(PROCESS_NAME)) - def test_rip_simple(self): + def test_rip(self): distance = '40' network_distance = '66' metric = '8' |