aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2023-11-16 15:53:25 +0000
committerGerrit Code Review <gerrit@opnfv.org>2023-11-16 15:53:25 +0000
commit629fd71687fee1025eccdc22c5f3bf41bc851121 (patch)
tree75a80ecb8db975125ff72de89088e3d1235a886e
parenta3295309acc7d0afe8b133bd16147ac0a434bba5 (diff)
parent1cfe3e3c02e5e774fd1c868b5d71cc4445d913d0 (diff)
Merge "Dump the play part from katacoda scenatio too"
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index b5b29844..3189ad07 100644
--- a/README.md
+++ b/README.md
@@ -235,4 +235,27 @@ Publish your container on your local registry
sudo docker push 127.0.0.1:5000/weather
```
+### play
+
+Jenkins is accessible via http://127.0.0.1:8080 and you can identify yourself
+as admin to be allowed to trigger a build:
+- login: admin
+- password: admin
+
+The default Jenkins view lists all the Jenkins jobs. You can easily find your
+main job, weather-latest-daily, via the Jenkins view named weather.
+
+You're ready to start a new build of weather-latest-daily without changing
+the default parameters.
+
+The test case is executed after a few seconds and all the test outputs are
+accessible via the console icons. If you open the
+weather-127_0_0_1-weather-latest-humidity-run, you will first read:
+- the test output highlighting its status
+- a link to the test database where its results are stored
+- a couple of links to its artifacts automatically published
+
+A zip file dumping all test campaign data is printed in the
+weather-latest-zip console.
+
### That's all folks!