Skip to content

Commit

Permalink
Setup Suite keywords fails if it does not establish the ssh connectio…
Browse files Browse the repository at this point in the history
…n before setting up kubeconfig

Signed-off-by: Jon Cope <jcope@redhat.com>
  • Loading branch information
copejon committed Jun 19, 2024
1 parent c18cd31 commit a76082f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions test/resources/common.resource
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Resource ../resources/kubeconfig.resource
Setup Suite
[Documentation] Setup a namespace-less test suite by configuring Kubeconfig
Check Required Env Variables
Login MicroShift Host
Setup Kubeconfig

Setup Suite With Namespace
Expand Down
1 change: 0 additions & 1 deletion test/suites/storage/pvc-resize.robot
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Increase Running Pod PV Size
*** Keywords ***
Test Case Setup
[Documentation] Prepare the cluster env and test pod workload.
Login MicroShift Host
${ns}= Create Unique Namespace
Set Test Variable \${NAMESPACE} ${ns}
Oc Create -f ${SOURCE_POD} -n ${NAMESPACE}
Expand Down
1 change: 0 additions & 1 deletion test/suites/storage/reboot.robot
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Rebooting Healthy System Should Keep Functional PVC
*** Keywords ***
Test Case Setup
[Documentation] Prepare the cluster env and test pod workload.
Login MicroShift Host
${ns}= Create Unique Namespace
Set Test Variable \${NAMESPACE} ${ns}
Oc Create -f ${SOURCE_POD} -n ${NAMESPACE}
Expand Down
1 change: 0 additions & 1 deletion test/suites/storage/snapshot.robot
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Test Suite Teardown

Test Case Setup
[Documentation] Prepare the cluster-level APIs and a data-volume with some simple text
Login MicroShift Host
${ns}= Create Unique Namespace
Set Test Variable \${NAMESPACE} ${ns}
Oc Apply -k ${SOURCE_KUSTOMIZE} -n ${NAMESPACE}
Expand Down

0 comments on commit a76082f

Please sign in to comment.