Merge "removing license-check pipeline and pulling from cord-tester"
diff --git a/jjb/cord-test/att-workflow.yaml b/jjb/cord-test/att-workflow.yaml
index 4562eb1..3f280cf 100644
--- a/jjb/cord-test/att-workflow.yaml
+++ b/jjb/cord-test/att-workflow.yaml
@@ -106,3 +106,11 @@
profile: 'att-workflow'
branch: 'cord-6.1'
Jenkinsfile: 'Jenkinsfile-attworkflow-test'
+
+ # flex ocp pod test job - seba-1.0/cord-6.1 release
+ - 'build_pod_test':
+ testvm: 'qa-testvm-pod'
+ config-pod: 'flex-ocp-cord-voltha16'
+ profile: 'att-workflow'
+ branch: 'cord-6.1'
+ Jenkinsfile: 'Jenkinsfile-attworkflow-test'
diff --git a/jjb/python-unit.yaml b/jjb/python-unit.yaml
index 1a20728..18bdb96 100644
--- a/jjb/python-unit.yaml
+++ b/jjb/python-unit.yaml
@@ -61,9 +61,9 @@
publishers:
- junit:
- results: "**/nose2-junit.xml"
+ results: "**/*junit.xml,**/*results.xml,**/*report.xml"
- cobertura:
- report-file: "**/coverage.xml"
+ report-file: "**/*coverage.xml"
targets:
- files:
healthy: 80
diff --git a/jjb/verify/xos.yaml b/jjb/verify/xos.yaml
index b2b56d9..8d4e360 100644
--- a/jjb/verify/xos.yaml
+++ b/jjb/verify/xos.yaml
@@ -29,10 +29,7 @@
jobs:
- 'verify-sonarqube'
- 'xos-unit-test':
- dependency-jobs: 'verify_xos_sonarqube'
- 'synchronizer-update':
- dependency-jobs: 'verify_xos_unit-test'
- 'api-test':
- dependency-jobs: 'verify_xos_synchronizer-update'
pipeline_script: 'all-xos-api-test-helm.groovy'