commit | 5c529ef24d84b99209c019ffb81fdd8853296d2e | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Oct 28 21:13:30 2019 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Mon Oct 28 21:13:30 2019 +0000 |
tree | e48c94696909160e4ff549920a1e9b1b606b0e23 | |
parent | d3415f6e540e13a419d71c5c784f7a4de6a18dba [diff] | |
parent | e383d5df1d74c283891748d0a90e985036551bd6 [diff] |
Merge "[SEBA-819][SEBA-820] Adding commands to restart EAPOL and DHCP"
diff --git a/tests/bbr.groovy b/tests/bbr.groovy index 3eace40..a80f64b 100644 --- a/tests/bbr.groovy +++ b/tests/bbr.groovy
@@ -31,6 +31,13 @@ """ } } + stage('Pull BBSim image from DockerHub') { + steps { + sh """ + docker pull voltha/bbsim:master + """ + } + } stage('64 ONUs (16 ONU x 4 PONs)') { steps { timeout(1) {