summaryrefslogtreecommitdiffstats
path: root/tests/nvme_id_ns_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nvme_id_ns_test.py')
-rw-r--r--tests/nvme_id_ns_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/nvme_id_ns_test.py b/tests/nvme_id_ns_test.py
index cf56187..12e7dc8 100644
--- a/tests/nvme_id_ns_test.py
+++ b/tests/nvme_id_ns_test.py
@@ -26,6 +26,7 @@ NVme Identify Namespace Testcase:-
"""
import subprocess
+
from nose.tools import assert_equal
from nvme_test import TestNVMe
@@ -78,7 +79,7 @@ class TestNVMeIdentifyNamespace(TestNVMe):
- 0 on success, error code on failure.
"""
err = 0
- for namespace in self.ns_list:
+ for namespace in self.ns_list:
err = self.get_id_ns(str(namespace))
return err