Merge "add the XTesting for AI/ML training host deployment use case"
[it/test.git] / XTesting / aiml-fw / deploy.sh
diff --git a/XTesting/aiml-fw/deploy.sh b/XTesting/aiml-fw/deploy.sh
new file mode 100644 (file)
index 0000000..5ebd275
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+set -x
+
+# pull the AI/ML framework code base
+rm -rf /aimlfw-dep
+git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" /aimlfw-dep
+cd /aimlfw-dep
+
+bin/install_traininghost.sh 2>&1 | tee /tmp/install-thost-`echo $RANDOM`.log