Merge "Add python3 to os container"
authorCristina Pauna <cristina.pauna@enea.com>
Wed, 6 Nov 2019 15:24:34 +0000 (15:24 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Wed, 6 Nov 2019 15:24:34 +0000 (15:24 +0000)
tests/hardware/bios_version/bios_version_dell.robot
tests/k8s/conformance/conformance.robot
ui/src/main/webapp/.eslintrc

index 166182c..682e596 100644 (file)
@@ -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}
 
index 2c9d3ee..dbf66be 100644 (file)
@@ -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
index 8cc24f1..37832b3 100644 (file)
@@ -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
   }
 }