Fix tempest_custom 39/53639/1
authorLinda Wang <wangwulin@huawei.com>
Tue, 13 Mar 2018 07:54:10 +0000 (07:54 +0000)
committerLinda Wang <wangwulin@huawei.com>
Tue, 13 Mar 2018 07:54:10 +0000 (07:54 +0000)
Change-Id: I684c06eae899d9bc468e0be6a1537f9c942e86ce
Signed-off-by: Linda Wang <wangwulin@huawei.com>
functest/opnfv_tests/openstack/tempest/tempest.py

index d7b33ec..1d85e68 100644 (file)
@@ -104,7 +104,7 @@ class TempestCommon(testcase.TestCase):
         if self.mode == 'custom':
             if os.path.isfile(conf_utils.TEMPEST_CUSTOM):
                 shutil.copyfile(
-                    conf_utils.TEMPEST_CUSTOM, self.raw_list)
+                    conf_utils.TEMPEST_CUSTOM, self.list)
             else:
                 raise Exception("Tempest test list file %s NOT found."
                                 % conf_utils.TEMPEST_CUSTOM)