From: Cristina Pauna Date: Wed, 6 Nov 2019 15:24:34 +0000 (+0000) Subject: Merge "Add python3 to os container" X-Git-Tag: 2.0.0~6 X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=commitdiff_plain;h=d1b564a6e36765c478db6519992cb8d074e85008;hp=3767c92710a009f2e91ba720738c88418a46e7cd Merge "Add python3 to os container" --- diff --git a/tests/hardware/bios_version/bios_version_dell.robot b/tests/hardware/bios_version/bios_version_dell.robot index 166182c..682e596 100644 --- a/tests/hardware/bios_version/bios_version_dell.robot +++ b/tests/hardware/bios_version/bios_version_dell.robot @@ -28,6 +28,7 @@ Suite Teardown Close All Connections #${USERNAME} localadmin #${SYSINFO} PowerEdge R740xd #${BIOS_REVISION} 1.3 +${SSH_KEYFILE} /root/.ssh/id_rsa ${LOG} ${LOG_PATH}${/}${SUITE_NAME.replace(' ','_')}.log *** Test Cases *** @@ -60,5 +61,5 @@ Verify Block Devices *** Keywords *** Open Connection And Log In Open Connection ${HOST} - Login With Public Key ${USERNAME} /root/.ssh/${USERNAME}_id_rsa + Login With Public Key ${USERNAME} ${SSH_KEYFILE} diff --git a/tests/k8s/conformance/conformance.robot b/tests/k8s/conformance/conformance.robot index 2c9d3ee..dbf66be 100644 --- a/tests/k8s/conformance/conformance.robot +++ b/tests/k8s/conformance/conformance.robot @@ -78,9 +78,9 @@ Check that k8s cluster is reachable # Make sure the pod is reachable with the local k8s client ${rc} ${output}= Run And Return Rc And Output - ... kubectl get pods --all-namespaces + ... kubectl version Append To File ${LOG} ${output}${\n} - Should Contain ${output} kube-system + Should Contain ${output} Server Version: version.Info Cleanup Sonobuoy ${rc} ${output}= Run And Return Rc And Output diff --git a/ui/src/main/webapp/.eslintrc b/ui/src/main/webapp/.eslintrc index 8cc24f1..37832b3 100644 --- a/ui/src/main/webapp/.eslintrc +++ b/ui/src/main/webapp/.eslintrc @@ -1,10 +1,10 @@ { "globals": { "angular": writable, - "console": 1, - "confirm":1, - "localStorage":1, - "window":1, - "appDS2":1 + "console": writable, + "confirm":writable, + "localStorage":writable, + "window":writable, + "appDS2":writable } }