summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/unit_tests
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-01-10 16:34:03 -0500
committerimarom <imarom@cisco.com>2016-01-10 16:34:03 -0500
commit6f7ac3900a862b34bf9982c3fc3ded29610a7e7e (patch)
tree890d24e379f95d238f0792e7b8e93882cef4354a /scripts/automation/regression/unit_tests
parent46bbe5603ff96dfaefeeffdd97d8efe9fbb07e71 (diff)
changing test path to /tmp/
Diffstat (limited to 'scripts/automation/regression/unit_tests')
-rw-r--r--scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py
index 27e1c576..95f1b760 100644
--- a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py
+++ b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py
@@ -95,7 +95,7 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test):
def golden_run (self, testname, profile, options, silent = False):
- output_cap = os.path.join(self.test_path, "{0}_test.cap".format(testname))
+ output_cap = os.path.join("/tmp/", "{0}_test.cap".format(testname))
golden_cap = os.path.join(self.test_path, "stl/golden/{0}_golden.cap".format(testname))
rc = self.run_sim(self.profiles[profile], output_cap, options, silent)