unimgr:add mininet 2.5
[releng/builder.git] / jjb / unimgr / unimgr-csit-legato.yaml
1 - project:
2     name: unimgr-csit-legato
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'unimgr'
9
10     # The functionality under test
11     functionality: 'legato'
12
13     # Project branches
14     stream:
15         - carbon:
16             branch: 'master'
17             jre: 'openjdk8'
18         - boron:
19             branch: 'stable/boron'
20             jre: 'openjdk8'
21
22     install:
23         - only:
24             scope: 'only'
25         - all:
26             scope: 'all'
27
28     # Mininet configuration
29     mininet-vms: 2
30
31     # Features to install
32     install-features: 'odl-unimgr-ui,odl-unimgr-netvirt'
33
34     # Robot custom options
35     robot-options: ''
36
37     # mininet image
38     mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g'
39
40     # Trigger jobs (upstream dependencies)
41     trigger-jobs: 'ovsdb-distribution-{stream},unimgr-distribution-{stream},netvirt-distribution-{stream},genius-distribution-{stream}'