| --- |
| # voltha 2.0 tests |
| |
| - project: |
| name: voltha-e2e |
| |
| project-name: '{name}' |
| |
| jobs: |
| - 'voltha-test' |
| |
| - job-template: |
| id: 'voltha-test' |
| name: 'voltha-go-e2e-tests' |
| |
| description: | |
| <!-- Managed by Jenkins Job Builder --> |
| Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br /> |
| E2E Validation for Voltha 2.X |
| |
| properties: |
| - cord-infra-properties: |
| build-days-to-keep: '{build-days-to-keep}' |
| artifact-num-to-keep: '{artifact-num-to-keep}' |
| |
| wrappers: |
| - lf-infra-wrappers: |
| build-timeout: '{build-timeout}' |
| jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| |
| parameters: |
| - string: |
| name: executorNode |
| default: 'ubuntu16.04-basebuild-4c-8g' |
| description: 'Name of the Jenkins node to run the job on' |
| |
| - string: |
| name: numOnus |
| default: '1' |
| description: 'Number of onus per pon port' |
| |
| - string: |
| name: emulationMode |
| default: '--set emulation_mode=both' |
| description: 'Emulation for BBSIM (both|aaa)' |
| |
| - string: |
| name: testTimeout |
| default: '90' |
| description: 'timeout for olt/onu validations' |
| |
| - string: |
| name: testTags |
| default: '-e notready' |
| description: 'test tags' |
| |
| project-type: pipeline |
| concurrent: false |
| |
| dsl: !include-raw-escape: pipeline/voltha-go-tests.groovy |
| |
| triggers: |
| - timed: | |
| TZ=America/Los_Angeles |
| H * * * * |