From bbec2af9950571af444c4689159eb2033f57e0f1 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 7 Feb 2021 14:48:25 +0100 Subject: smoketest: rip: rename the one and only testcase --- smoketest/scripts/cli/test_protocols_rip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3