Robustness openonu-go-adapter
Precondition is https://gerrit.opencord.org/c/voltha-system-tests/+/33380
Change-Id: I26f91f6785aa1c2ceae25b52a406892f5b9db740
diff --git a/jjb/voltha-e2e.yaml b/jjb/voltha-e2e.yaml
index 8d343aa..0fc2edf 100755
--- a/jjb/voltha-e2e.yaml
+++ b/jjb/voltha-e2e.yaml
@@ -329,7 +329,17 @@
flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1,voltha-adapter-openonu.global.mib_audit.interval=60s"
teardown: true
logging: true
- timeout: 210
+ - target: onu-robustness-test-single-kind-dt
+ workflow: dt
+ flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1"
+ teardown: true
+ logging: true
+ - target: onu-robustness-test-multi-uni-kind-tt
+ workflow: tt
+ flags: "--set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF,kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1"
+ teardown: true
+ logging: true
+ timeout: 240
- 'voltha-periodic-test':
name: 'periodic-voltha-openonu-go-test-bbsim-2.8'