Merge "Remove CPqD and dependencies for mininet"
[releng/builder.git] / jjb / aaa / aaa-csit-tls.yaml
1 ---
2 - project:
3     name: aaa-csit-tls
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'aaa'
9
10     # The functionality under test
11     functionality: 'tls'
12
13     # Project branches
14     stream:
15       - carbon:
16           branch: 'master'
17           jre: 'openjdk8'
18
19     install:
20       - only:
21           scope: 'only'
22
23     # Features to install
24     install-features: odl-restconf,
25         odl-netconf-all,
26         http
27
28     # Robot custom options
29     robot-options: ''
30
31     # Don't spin up mininet vms as aaa-csit-authn jobs don't need them
32     tools_system_count: 0