diff options
Diffstat (limited to 'tests/nvme_copy_test.py')
-rw-r--r-- | tests/nvme_copy_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/nvme_copy_test.py b/tests/nvme_copy_test.py index a547231..5d16b00 100644 --- a/tests/nvme_copy_test.py +++ b/tests/nvme_copy_test.py @@ -36,6 +36,7 @@ class TestNVMeCopy(TestNVMe): super().setUp() print("\nSetting up test...") self.ocfs = self.get_ocfs() + self.host_behavior_data = None cross_namespace_copy = self.ocfs & 0xc if cross_namespace_copy: # get host behavior support data |