diff options
author | Liam Fallon <liam.fallon@est.tech> | 2023-03-15 09:27:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-15 09:27:29 +0000 |
commit | 923c51c690534f07b20f768541c4529b7d7fd4ce (patch) | |
tree | f391f4204e06e895e28c37814fcac076224d41f9 /csit | |
parent | c244ab0c6dfe6c9a4d23a35710659b511d6d74cb (diff) | |
parent | bbed865cebb5a0d00ba787a502135d2045ba3a7d (diff) |
Merge "Update PF for SNI checking support"
Diffstat (limited to 'csit')
-rwxr-xr-x | csit/resources/scripts/prepare-robot-env.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/csit/resources/scripts/prepare-robot-env.sh b/csit/resources/scripts/prepare-robot-env.sh index fe8dbd94..061da844 100755 --- a/csit/resources/scripts/prepare-robot-env.sh +++ b/csit/resources/scripts/prepare-robot-env.sh @@ -51,4 +51,7 @@ python3 -m pip install -U -qq docker python3 -m pip -qq freeze -sudo apt-get -y -qq install libxml2-utils +if (uname | grep -q 'Linux') +then + sudo apt-get -y -qq install libxml2-utils +fi |