aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2023-03-15 09:27:29 +0000
committerGerrit Code Review <gerrit@onap.org>2023-03-15 09:27:29 +0000
commit923c51c690534f07b20f768541c4529b7d7fd4ce (patch)
treef391f4204e06e895e28c37814fcac076224d41f9
parentc244ab0c6dfe6c9a4d23a35710659b511d6d74cb (diff)
parentbbed865cebb5a0d00ba787a502135d2045ba3a7d (diff)
Merge "Update PF for SNI checking support"
-rwxr-xr-xcsit/resources/scripts/prepare-robot-env.sh5
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