commit | 623dae0ea66f5fc9e161a6ba19f9bdb93b1c0ea9 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Oct 28 21:13:38 2019 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Mon Oct 28 21:13:38 2019 +0000 |
tree | 1f8aaf90a435af88e5e41d7686bfc4e46e777ee2 | |
parent | 5c529ef24d84b99209c019ffb81fdd8853296d2e [diff] | |
parent | fe9ac250fc6e2f3e293dfefc3fa5472c02264762 [diff] |
Merge "[SEBA-836] Sending unique transaction id together with the DHCP packets"
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) {