blob: e81bfd67363bac19ee52618892a1a0f088921d76 [file] [log] [blame]
Kailash8b8de742019-07-30 08:54:51 -07001---
2# voltha 2.0 tests
3
4- project:
5 name: voltha-e2e
6
7 project-name: '{name}'
8
9 jobs:
10 - 'voltha-test'
11
12- job-template:
13 id: 'voltha-test'
14 name: 'voltha-go-e2e-tests'
15
16 description: |
17 <!-- Managed by Jenkins Job Builder -->
18 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
19 E2E Validation for Voltha 2.X
20
21 properties:
22 - cord-infra-properties:
23 build-days-to-keep: '{build-days-to-keep}'
24 artifact-num-to-keep: '{artifact-num-to-keep}'
25
26 wrappers:
27 - lf-infra-wrappers:
28 build-timeout: '{build-timeout}'
29 jenkins-ssh-credential: '{jenkins-ssh-credential}'
30
31 parameters:
32 - string:
33 name: executorNode
34 default: 'ubuntu16.04-basebuild-4c-8g'
35 description: 'Name of the Jenkins node to run the job on'
36
37 - string:
38 name: numOnus
39 default: '1'
40 description: 'Number of onus per pon port'
41
42 - string:
43 name: emulationMode
44 default: '--set emulation_mode=both'
45 description: 'Emulation for BBSIM (both|aaa)'
46
47 - string:
48 name: testTimeout
49 default: '90'
50 description: 'timeout for olt/onu validations'
51
52 - string:
53 name: testTags
54 default: '-e notready'
55 description: 'test tags'
56
57 project-type: pipeline
58 concurrent: false
59
60 dsl: !include-raw-escape: pipeline/voltha-go-tests.groovy
Kailash6be1aa92019-08-05 18:11:11 -070061
62 triggers:
63 - timed: |
64 TZ=America/Los_Angeles
65 H * * * *