summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_service_bcast-relay.py
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/scripts/cli/test_service_bcast-relay.py')
-rwxr-xr-xsmoketest/scripts/cli/test_service_bcast-relay.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_service_bcast-relay.py b/smoketest/scripts/cli/test_service_bcast-relay.py
index b391ec5af..c28509714 100755
--- a/smoketest/scripts/cli/test_service_bcast-relay.py
+++ b/smoketest/scripts/cli/test_service_bcast-relay.py
@@ -39,8 +39,7 @@ class TestServiceBroadcastRelay(unittest.TestCase):
self.session.commit()
del self.session
- def test_service(self):
- """ Check if broadcast relay service can be configured and runs """
+ def test_broadcast_relay_service(self):
ids = range(1, 5)
for id in ids:
base = base_path + ['id', str(id)]