From a428601cb65397bd13416df5d5adb6985abde7fd Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Thu, 23 May 2019 13:05:07 +0200 Subject: [PATCH] Do not start nova-network in the notification func test The notification sample tests uses neutron from day 0 but somehow it also starts the nova-network service. This is unnecessary so this patch removes it. Change-Id: Ieac9791928822b26e590d99965632225acb9a464 --- .../notification_sample_tests/notification_sample_base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/tests/functional/notification_sample_tests/notification_sample_base.py b/nova/tests/functional/notification_sample_tests/notification_sample_base.py index 1e247002443e..5b2384053389 100644 --- a/nova/tests/functional/notification_sample_tests/notification_sample_base.py +++ b/nova/tests/functional/notification_sample_tests/notification_sample_base.py @@ -99,7 +99,6 @@ class NotificationSampleTestBase(test.TestCase, self.start_service('conductor') self.start_service('scheduler') - self.start_service('network', manager=CONF.network_manager) self.compute = self.start_service('compute') # Reset the service create notifications fake_notifier.reset()