aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/agl_test_base.py4
-rw-r--r--tests/aio_stress/__init__.py (renamed from tests/aio-stress/__init__.py)0
-rw-r--r--tests/aio_stress/run_tests.py (renamed from tests/aio-stress/run_tests.py)0
-rw-r--r--tests/gdk_pixbuf/__init__.py (renamed from tests/gdk-pixbuf/__init__.py)0
-rw-r--r--tests/gdk_pixbuf/run_tests.py (renamed from tests/gdk-pixbuf/run_tests.py)0
-rw-r--r--tests/stress_ng/__init__.py (renamed from tests/stress-ng/__init__.py)0
-rw-r--r--tests/stress_ng/run_tests.py (renamed from tests/stress-ng/run_tests.py)0
7 files changed, 2 insertions, 2 deletions
diff --git a/plugins/agl_test_base.py b/plugins/agl_test_base.py
index a6bcff9..3a0bab4 100644
--- a/plugins/agl_test_base.py
+++ b/plugins/agl_test_base.py
@@ -27,10 +27,10 @@ class AGLBaseTest:
return conf.get_log_file(self.name)
def get_workdir(self):
- return conf.WORK_DIR + self.name + "/resource/"
+ return conf.WORK_DIR + self.name.replace('-','_') + "/resource/"
def get_spec_path(self):
- return conf.WORK_DIR + self.name + "/spec.json"
+ return conf.WORK_DIR + self.name.replace('-','_') + "/spec.json"
def append_one_caseinfo(name, value, status):
self.case_info_list[name] = [name, value, status]
diff --git a/tests/aio-stress/__init__.py b/tests/aio_stress/__init__.py
index e69de29..e69de29 100644
--- a/tests/aio-stress/__init__.py
+++ b/tests/aio_stress/__init__.py
diff --git a/tests/aio-stress/run_tests.py b/tests/aio_stress/run_tests.py
index e7e8b5c..e7e8b5c 100644
--- a/tests/aio-stress/run_tests.py
+++ b/tests/aio_stress/run_tests.py
diff --git a/tests/gdk-pixbuf/__init__.py b/tests/gdk_pixbuf/__init__.py
index e69de29..e69de29 100644
--- a/tests/gdk-pixbuf/__init__.py
+++ b/tests/gdk_pixbuf/__init__.py
diff --git a/tests/gdk-pixbuf/run_tests.py b/tests/gdk_pixbuf/run_tests.py
index 56bda29..56bda29 100644
--- a/tests/gdk-pixbuf/run_tests.py
+++ b/tests/gdk_pixbuf/run_tests.py
diff --git a/tests/stress-ng/__init__.py b/tests/stress_ng/__init__.py
index e69de29..e69de29 100644
--- a/tests/stress-ng/__init__.py
+++ b/tests/stress_ng/__init__.py
diff --git a/tests/stress-ng/run_tests.py b/tests/stress_ng/run_tests.py
index ec6822b..ec6822b 100644
--- a/tests/stress-ng/run_tests.py
+++ b/tests/stress_ng/run_tests.py