summaryrefslogtreecommitdiffstats
path: root/hpa/tests
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2020-02-11 16:56:34 +0800
committerHaibin Huang <haibin.huang@intel.com>2020-02-11 16:56:34 +0800
commitabcae48923bded1da4a3376bce50c2b4cec26ad4 (patch)
treea9699c6eb48385703cea4d2b47ece90ccf841b6f /hpa/tests
parent244a269a221ac02157c27e5252909a209d3fed8f (diff)
fix coverage for hpa
Issue-ID: MULTICLOUD-695 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I86c5c629308e93f8cff8f6f8b301b6bb94006077
Diffstat (limited to 'hpa/tests')
-rw-r--r--hpa/tests/test_hpa_discovery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hpa/tests/test_hpa_discovery.py b/hpa/tests/test_hpa_discovery.py
index c63f377f..9ccf4b66 100644
--- a/hpa/tests/test_hpa_discovery.py
+++ b/hpa/tests/test_hpa_discovery.py
@@ -95,7 +95,7 @@ class TestDiscovery(unittest.TestCase):
]
vimtype = "windriver"
- hpa = hpa_discovery.HPA_Discovery()
+ hpa = hpa_discovery.HPADiscovery()
for extra_spec in extra_specs:
data = {"flavor": flavor, "extra_specs": extra_spec, "viminfo": viminfo, "vimtype": vimtype}
results = hpa.get_hpa_capabilities(data)