Test script for ONAP UC

Test script for testing only what is specified in the ONAP UC for policies
Description of how to integrate a new app to the test engine
Bugfix for sdnc deployment in kube
Bugfix for starting containers in Linux on Win

Issue-ID: NONRTRIC-469

Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I13b836be1d5b53311ecd214ef8d15e4594456a7b
diff --git a/test/common/testcase_common.sh b/test/common/testcase_common.sh
index dc5415b..d969245 100755
--- a/test/common/testcase_common.sh
+++ b/test/common/testcase_common.sh
@@ -1873,8 +1873,8 @@
 	appcount=$1
 	shift
 
-	os_version=$(uname -a 2> /dev/null | awk '{print tolower($0)}' | grep "mircosoft")
-	if [[ "$os_version" == *"mircosoft"* ]]; then
+	os_version=$(uname -a 2> /dev/null | awk '{print tolower($0)}' | grep "microsoft")
+	if [[ "$os_version" == *"microsoft"* ]]; then
 		echo -e $YELLOW" Workaround for Linux on Win - delay container start, 1 sec, to make sure files mounted in the container are available on disk - WLS problem"$EYELLOW
 		sleep 1
 	fi