X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=osm_mon%2Ftest%2FOpenStack%2Ftest_common.py;h=042d15b195f00cffd6a6a64283867d7f6e8d436a;hb=75512477988ae5e287433c6c859c61de1bc82318;hp=9853d158bd39b453c9125faa037c80399b250d13;hpb=181cce8e28a9b6c5c6fa1fa8aa515de3b187a2e1;p=osm%2FMON.git diff --git a/osm_mon/test/OpenStack/test_common.py b/osm_mon/test/OpenStack/test_common.py index 9853d15..042d15b 100644 --- a/osm_mon/test/OpenStack/test_common.py +++ b/osm_mon/test/OpenStack/test_common.py @@ -22,21 +22,17 @@ """Tests for all common OpenStack methods.""" import json - import logging - import unittest -from keystoneclient.v3 import client - import mock +import requests +from keystoneclient.v3 import client from osm_mon.core.auth import AuthManager from osm_mon.core.database import VimCredentials +from osm_mon.core.settings import Config from osm_mon.plugins.OpenStack.common import Common -from osm_mon.plugins.OpenStack.settings import Config - -import requests __author__ = "Helena McGough"