X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Flibraries%2Fbash%2Fentry%2Fbootstrap_vpp_device.sh;h=32c77c99d5ad8408f0e2b8d9ea4d604a407cc94c;hb=ccfe499e2a27f2caf234ecbb2ec948120810eab6;hp=9605f70a4fb68f438b4a5ad81f9809e5bb3bf414;hpb=91f2cb2b789c8cfcaa7fe3d7617fe6b8230df22a;p=csit.git diff --git a/resources/libraries/bash/entry/bootstrap_vpp_device.sh b/resources/libraries/bash/entry/bootstrap_vpp_device.sh index 9605f70a4f..32c77c99d5 100755 --- a/resources/libraries/bash/entry/bootstrap_vpp_device.sh +++ b/resources/libraries/bash/entry/bootstrap_vpp_device.sh @@ -35,6 +35,7 @@ common_dirs || die get_test_code "${1-}" || die get_test_tag_string || die select_topology || die +select_os || die gather_build || die check_download_dir || die activate_virtualenv || die @@ -44,5 +45,4 @@ activate_docker_topology || die select_vpp_device_tags || die compose_pybot_arguments || die run_pybot || die -copy_archives || die die_on_pybot_error || die