diff --git a/scripts/common_image b/scripts/common_image index 1bd99e43..e976964c 100644 --- a/scripts/common_image +++ b/scripts/common_image @@ -18,7 +18,7 @@ then exit -1 fi -# set jvm and node version and print +# set java and node version and print export JAVA_VERSION="-java${JAVA_MAJOR_VERSION}" export NODE_VERSION="-node${NODE_MAJOR_VERSION}" echo "Java version: ${JAVA_VERSION}, Node version: ${NODE_VERSION}" diff --git a/test/goss/goss_template.yaml b/test/goss/goss_template.yaml index bb06e24b..b69770cc 100644 --- a/test/goss/goss_template.yaml +++ b/test/goss/goss_template.yaml @@ -5,6 +5,8 @@ package: installed: false git: installed: true + build-essential: + installed: true python2.7: installed: true python3: @@ -39,13 +41,13 @@ command: exit-status: 0 stdout: - vNODE_VERSION_TEMPLATE - # verify installed UI5 + # verify installed UI5 version ui5 --version: exit-status: 0 - # verify installed grunt + # verify installed grunt version grunt --version: exit-status: 0 - # verify installed go + # verify installed go version go version: exit-status:0 # verify NPM @sap-scope registry NOT configured