Fix test target for periodic-voltha-sanity-test-multi-runs job
Change-Id: Iafb6c656ce6088e0dd3feff89b722acba413ca99
diff --git a/jjb/pipeline/voltha-go-tests.groovy b/jjb/pipeline/voltha-go-tests.groovy
index 464dac0..e2faef3 100644
--- a/jjb/pipeline/voltha-go-tests.groovy
+++ b/jjb/pipeline/voltha-go-tests.groovy
@@ -88,8 +88,9 @@
make -C $WORKSPACE/voltha-system-tests ${makeTarget}
kubectl -n voltha delete pod -lapp=bbsim # VOL-2342
kubectl -n voltha wait pod -lapp=bbsim --for condition=Ready --timeout=60s # VOL-2342
- http -a karaf:karaf --ignore-stdin DELETE http://localhost:8101/onos/v1/applications/org.opencord.dhcpl2relay/active > /dev/null # VOL-2343
- http -a karaf:karaf --ignore-stdin POST http://localhost:8101/onos/v1/applications/org.opencord.dhcpl2relay/active > /dev/null # VOL-2343
+ http -a karaf:karaf --ignore-stdin DELETE http://localhost:8181/onos/v1/applications/org.opencord.dhcpl2relay/active > /dev/null # VOL-2343
+ http -a karaf:karaf --ignore-stdin POST http://localhost:8181/onos/v1/applications/org.opencord.dhcpl2relay/active > /dev/null # VOL-2343
+ sleep 10
done
'''
}
diff --git a/jjb/voltha-e2e.yaml b/jjb/voltha-e2e.yaml
index fd6122c..9564c64 100644
--- a/jjb/voltha-e2e.yaml
+++ b/jjb/voltha-e2e.yaml
@@ -33,7 +33,7 @@
build-node: 'qct-pod4-node2'
default-image-tag: 'master'
code-branch: 'master'
- make-target: sanity-multi-kind
+ make-target: sanity-kind
onus: 1
pons: 1
test-runs: 5