Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pipeline/8WebAPITests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// These are the wgets that just use the Dynatrace HTTP Test Name
echo These are the wgets that just use the Dynatrace HTTP Test Name
wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read"
wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction"
wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc"
Expand All @@ -7,7 +7,7 @@
wget http://${appip}:9090/all -d --header="x-dynatrace: NA=bookstore.all"


// These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin
echo These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin
wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read;TR=$dtTestrunID"
wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction;TR=$dtTestrunID"
wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc;TR=$dtTestrunID"
Expand Down
2 changes: 1 addition & 1 deletion reading/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
server.port=9080
bookstore.url=http://127.0.0.1:9090
reading.version=1
reading.version=2
reading.processingtime=500