aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/network_services/nfvi/test_resource.py
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2018-03-02 19:26:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-02 19:26:45 +0000
commit932024f7d33c8915705cc857b75ce7ffbd234183 (patch)
tree65e92e916f33a82c980b1e9a96cecb24bf70a1e8 /tests/unit/network_services/nfvi/test_resource.py
parent24a8c6d89f150666a37a3f8daba0fce7c17a436a (diff)
parent6cd3aed0077d6cced71417a48f92527ef1ecbd3e (diff)
Merge "Remove main() and __main__ from tests."
Diffstat (limited to 'tests/unit/network_services/nfvi/test_resource.py')
-rw-r--r--tests/unit/network_services/nfvi/test_resource.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/network_services/nfvi/test_resource.py b/tests/unit/network_services/nfvi/test_resource.py
index d5280eabb..f5f7f0fe7 100644
--- a/tests/unit/network_services/nfvi/test_resource.py
+++ b/tests/unit/network_services/nfvi/test_resource.py
@@ -271,6 +271,3 @@ class TestResourceProfile(unittest.TestCase):
# TODO(efoley): Fix this incorrect test.
# Should check that we don't try to stop amqp when it's not running
self.assertIsNone(self.resource_profile.stop())
-
-if __name__ == '__main__':
- unittest.main()