summaryrefslogtreecommitdiff
path: root/tests/cdash/cfg_site_sample.py
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-12-29 14:56:32 +0000
committerBenny Prijono <bennylp@teluu.com>2008-12-29 14:56:32 +0000
commit617a0442519d3c5602a4228a620fdd9e49ea33a3 (patch)
tree602426f0ff40843e384fc942ee36ee1e7902aaa7 /tests/cdash/cfg_site_sample.py
parentb18d5bc1e43b4c47f6433a608dfb625b2e7edf8d (diff)
Added cdash framework for pjsip tests. Currently there is only test framework for GNU
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2399 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/cdash/cfg_site_sample.py')
-rw-r--r--tests/cdash/cfg_site_sample.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/cdash/cfg_site_sample.py b/tests/cdash/cfg_site_sample.py
new file mode 100644
index 00000000..147aa496
--- /dev/null
+++ b/tests/cdash/cfg_site_sample.py
@@ -0,0 +1,25 @@
+import builder
+
+# Your site name
+SITE_NAME="Newham2"
+
+# The URL where tests will be submitted to
+URL = "http://192.168.0.2/dash/submit.php?project=PJSIP"
+
+# Test group
+GROUP = "Experimental"
+
+# PJSIP base directory
+BASE_DIR = "/root/project/pjproject"
+
+# List of additional ccdash options
+#OPTIONS = ["-o", "out.xml", "-y"]
+OPTIONS = ["-o", "out.xml"]
+
+# List of regular expression of test patterns to be excluded
+EXCLUDE = [".*"]
+
+# List of regular expression of test patterns to be included (even
+# if they match EXCLUDE patterns)
+NOT_EXCLUDE = ["run.py mod_run.*100_simple"]
+#"configure", "update", "build.*make", "build", "run.py mod_run.*100_simple"]