adding in a new yaml for python testing utils

Change-Id: I2edd59178cf8bf60b2f53e6479df7fb82b85cd85
Signed-off-by: DR695H <dr695h@att.com>
diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml
new file mode 100644
index 0000000..ad8745a
--- /dev/null
+++ b/jjb/testsuite/testsuite-python-testing-utils.yaml
@@ -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'