-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from ikanias/import_provider_account_dev_crdb_…
…updated [RHODA][Infrastructure] - Adding CLI tests for cockroachDB and CrunchyDB import provider account f…
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
*** Settings *** | ||
Documentation Provision and Deploy CockroachDB Database Instance from Developer View | ||
Metadata Version 0.0.1 | ||
|
||
Resource ../resources/keywords/provision_dbinstance.resource | ||
|
||
Suite Setup Set Library Search Order SeleniumLibrary | ||
Suite Teardown Tear Down The Test Suite | ||
Test Setup Given Login To OpenShift CLI | ||
Test Teardown Logout Of OpenShift CLI | ||
|
||
|
||
*** Test Cases *** | ||
Scenario: Provision CockroachDB Database Instance On Default Namespace Using OC CLI | ||
[Tags] smoke RHOD-262-adm | ||
When User Provisions New CockroachDB Instance On Default Namespace Using OC CLI | ||
Then DB Instance Provisioned Successfully On Default Namespace Using OC CLI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
*** Settings *** | ||
Documentation Provision and Deploy CrunchyDB Database Instance from Developer View | ||
Metadata Version 0.0.1 | ||
|
||
Resource ../resources/keywords/provision_dbinstance.resource | ||
|
||
Suite Setup Set Library Search Order SeleniumLibrary | ||
Suite Teardown Tear Down The Test Suite | ||
Test Setup Given Login To OpenShift CLI | ||
Test Teardown Logout Of OpenShift CLI | ||
|
||
|
||
*** Test Cases *** | ||
Scenario: Provision CrunchyDB Database Instance On Default Namespace Using OC CLI | ||
[Tags] smoke RHOD-261-adm | ||
When User Provisions New CrunchyDB Instance On Default Namespace Using OC CLI | ||
Then DB Instance Provisioned Successfully On Default Namespace Using OC CLI |