diff options
author | Thomas F Herbert <therbert@redhat.com> | 2019-05-18 15:12:52 -0400 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-06-05 07:46:30 +0000 |
commit | ea6e8be86d47b288df5e11ca5515f6bda71dbd08 (patch) | |
tree | 379d48c7511a519550839f3bc4fff0b018e4cb4d /resources/libraries/bash/entry | |
parent | 494c42cf77c2571a64854256a68abd7f180cd5d6 (diff) |
CSIT changes to support new Centos 7 device testing container image.
CSIT-1505
Parse {os} parameter from job and use it to separate the correct
image for each distro and the correct stable package versions.
Use two vpp device image names, one for Ubuntu and one for Centos.
Centos sut image is in https://hub.docker.com/r/snergster/csit-sut-centos
Source for Centos sut image:
https://github.com/snergfdio/multivppcache/tree/master/csit-sut-centos
Change-Id: I568c82710d730c4ed0ca25bc12cb6074e1cbe27e
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'resources/libraries/bash/entry')
-rwxr-xr-x | resources/libraries/bash/entry/bootstrap_vpp_device.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/libraries/bash/entry/bootstrap_vpp_device.sh b/resources/libraries/bash/entry/bootstrap_vpp_device.sh index 9605f70a4f..209943fb89 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 |