adding in a new yaml for python testing utils
authorDR695H <dr695h@att.com>
Thu, 16 Feb 2017 15:48:16 +0000 (10:48 -0500)
committerDR695H <dr695h@att.com>
Thu, 16 Feb 2017 15:51:30 +0000 (10:51 -0500)
Change-Id: I2edd59178cf8bf60b2f53e6479df7fb82b85cd85
Signed-off-by: DR695H <dr695h@att.com>
jjb/testsuite/testsuite-python-testing-utils.yaml [new file with mode: 0644]

diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml
new file mode 100644 (file)
index 0000000..ad8745a
--- /dev/null
@@ -0,0 +1,18 @@
+---
+- project:
+    name: testsuite-python-testing-utils
+    project-name: 'testsuite-python-testing-utils'
+    subproject:
+      - python-testing-utils:
+          path: '.'
+          pattern: '**'
+    jobs:
+      - '{project-name}-{stream}-{subproject}-verify-python'
+
+    project: 'testsuite/python-testing-utils'
+
+    stream:
+      - 'master':
+          branch: 'master'
+
+    mvn-settings: 'testsuite-python-testing-utils-settings'