This test was already in progress while we were finalizing the initial tests
| Step |
Instructions |
Expected Result |
| 1 |
From the UI or through git client, go to Bitbucket ODS project – into repository ods-quickstarters |
Project and repository available |
| 2 |
From the UI or through git client, pick one quickstarter repository and create a branch from master – add, and commit a file into /files |
Repository with master branch found, branch modified and committed/pushed |
| 3 |
From the console or through other client, go to Openshift prov-test project and open available config maps |
Configuration maps available – namely application.properties |
| 4 |
From the console or through other client, in the application.properties config map copy the configuration lines from the quickstarter you pick from the step 2 |
Existing Quickstarter / boilerplace configuration available |
| 5 |
From the console or through other client, replace the key with a name of your choice and add the branch identifier and Jenkins file path as documented in the application.properties – save it |
Config map can be saved |
| 6 |
From the console or thru other cli - redeploy the provision application in prov-test |
New deployment of provision app shown in console and new pod available |
| 7 |
Login and pick modifiy existing project / and locate the new quickstarter |
New quickstarter available in the list in provision application |
| 8 |
Create a new component from the new quickstarter and wait for the process to complete |
Jenkins job completed succesfully |
| 9 |
Go to bitbucket, locate the new repository and locate the file added in step 2 |
Repository and file available |
This test was already in progress while we were finalizing the initial tests