summaryrefslogtreecommitdiffstats
path: root/tests/unit/network_services/nfvi
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-10-02 23:41:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-02 23:41:37 +0000
commitdd3cbc21dfb505ea70dd3574869c1fb33b7de956 (patch)
treec0501384c36e70832fa9c8e82749aa7a62a11a54 /tests/unit/network_services/nfvi
parent570cb78d5906143d19d95bf2d7fe1764e52cf68b (diff)
parent0eccf0cb46496b4a0fc1865f2c2c40d226697853 (diff)
Merge "add collectd resource node capability"
Diffstat (limited to 'tests/unit/network_services/nfvi')
-rw-r--r--tests/unit/network_services/nfvi/test_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/network_services/nfvi/test_resource.py b/tests/unit/network_services/nfvi/test_resource.py
index eba38c688..4fc6d7773 100644
--- a/tests/unit/network_services/nfvi/test_resource.py
+++ b/tests/unit/network_services/nfvi/test_resource.py
@@ -105,7 +105,7 @@ class TestResourceProfile(unittest.TestCase):
def test_check_if_sa_running(self):
self.assertEqual(self.resource_profile.check_if_sa_running("collectd"),
- [True, {}])
+ (True, {}))
def test_get_cpu_data(self):
reskey = ["", "cpufreq", "cpufreq-0"]