Skip to content

Commit

Permalink
removed refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzgom committed Mar 7, 2024
1 parent 132594f commit bd5184c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Delete Tabname Instance For Installed Operator
Wait Until Element Is Enabled //button[contains(text(),"Delete")]
Click Button Delete

Check If Operator Is Already Installed In Openshift
Check If Operator Is Already Installed In Opneshift
[Documentation] This keyword verify if operator is already installed and return the status
[Arguments] ${operator_name}
Open Installed Operators Page
Expand All @@ -154,14 +154,14 @@ Check And Install Operator In Openshift
[Documentation] This keyword verify if operator is already installed or not
... If not installed it matched the no of operator present and installs the operator
[Arguments] ${operator_name} ${operator_appname} ${expected_number_operator}=2
${status} Check If Operator Is Already Installed In Openshift ${operator_name}
${status} Check If Operator Is Already Installed In Opneshift ${operator_name}
IF not ${status}
Open OperatorHub
${actual_no_of_operator} Get The Number of Operator Available ${operator_appname}
IF ${actual_no_of_operator} == ${expected_number_operator}
Install Operator ${operator_appname}
ELSE
FAIL Only ${actual_no_of_operator} ${operator_name} is found in Operatorhub
FAIL Only ${actual_no_of_operator} ${operator_name} is found in Opearatorhub

END
END
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Create Namespace In Openshift
Log ${temp_count}

Delete Namespace From Openshift
[Documentation] Delete dummy namespace from openshift
[Documentation] Delete dummy namespace from opneshift
[Arguments] ${number}=${NUMBER}
${delete_namespace} Run oc delete namespace --selector testuser=testuser
${temp_count} Run oc get namespace | wc -l
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Verify "Enabled" Keeps Being Available After One Of The ISV Operators If Uninsta
... ODS-1491
... Tier1
... ProductBug
Check And Install Operator In Openshift ${openvino_operator_name} ${openvino_appname}
Check And Install Operator in Openshift ${openvino_operator_name} ${openvino_appname}
Close All Browsers
Verify Operator Is Added On ODS Dashboard operator_name=${openvino_container_name}
Uninstall Operator And Check Enabled Page Is Rendering operator_name=${openvino_operator_name} operator_appname=${openvino_appname}
Expand Down Expand Up @@ -617,7 +617,7 @@ Uninstall Operator And Check Enabled Page Is Rendering
Check And Uninstall Operator In Openshift
[Documentation] it checks operator is uninstalled if not then uninstall it
[Arguments] ${operator_name} ${operator_appname} ${dashboard_app_id} ${expected_number_operator}=2
${status} Check If Operator Is Already Installed In Openshift ${operator_name}
${status} Check If Operator Is Already Installed In Opneshift ${operator_name}
IF ${status}
Open OperatorHub
${actual_no_of_operator} Get The Number of Operator Available ${operator_appname}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pachyderm Suite Setup
Open OCP Console
Login to OCP
Wait Until OpenShift Console Is Loaded
Check And Install Operator In Openshift ${pachyderm_container_name} ${pachyderm_appname}
Check And Install Operator in Openshift ${pachyderm_container_name} ${pachyderm_appname}
Run oc new-project ${pachyderm_ns}
Create Pachyderm AWS-Secret
Create Tabname Instance For Installed Operator ${pachyderm_container_name} ${pachyderm_container_name} ${pachyderm_appname}
Expand Down

0 comments on commit bd5184c

Please sign in to comment.