Merge "New Job to run TLS tests in AAA project"
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 29 Mar 2017 19:18:13 +0000 (19:18 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 29 Mar 2017 19:18:13 +0000 (19:18 +0000)
jjb/aaa/aaa-csit-tls.yaml [new file with mode: 0644]

diff --git a/jjb/aaa/aaa-csit-tls.yaml b/jjb/aaa/aaa-csit-tls.yaml
new file mode 100644 (file)
index 0000000..11423ff
--- /dev/null
@@ -0,0 +1,32 @@
+---
+- project:
+    name: aaa-csit-tls
+    jobs:
+      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'aaa'
+
+    # The functionality under test
+    functionality: 'tls'
+
+    # Project branches
+    stream:
+      - carbon:
+          branch: 'master'
+          jre: 'openjdk8'
+
+    install:
+      - only:
+          scope: 'only'
+
+    # Features to install
+    install-features: odl-restconf,
+        odl-netconf-all,
+        http
+
+    # Robot custom options
+    robot-options: ''
+
+    # Don't spin up mininet vms as aaa-csit-authn jobs don't need them
+    tools_system_count: 0