Fix Sonobuoy systemd-image for k8 1.18
[validation.git] / tests / variables.yaml
index 7e10871..fa3fe71 100644 (file)
@@ -31,7 +31,8 @@
 ### Input variables cluster's master host
 host: 172.28.17.206             # cluster's master host address
 username: cloudadmin            # login name to connect to cluster
-ssh_keyfile: /root/.ssh/id_rsa  # Identity file for authentication
+password: cloudpassword         # login password to connect to cluster
+ssh_keyfile: ssh_keyfile        # Identity file for authentication
 
 ### bluval.py adds/modifies following, before passing to robot.
 ### while debugging from CLI user has to modify these
@@ -75,3 +76,9 @@ rootpswd: rootpassword   # Required root password to log in to the host
 ### Input variables for Conformance test
 internal_registry: ''                         # Docker internal registry
 dns_domain: cluster.local                     # cluster's DNS domain
+
+### Debug support
+# Log level is passed to Robot which accepts the values
+# NONE, WARN, INFO, DEBUG, and TRACE.
+# Default is INFO
+loglevel: INFO