Skip to content

Commit

Permalink
Merge pull request #1 from DJRickyB/master
Browse files Browse the repository at this point in the history
changed comment to echo in web api test txt file
  • Loading branch information
grabnerandi authored Oct 30, 2017
2 parents 4d4a2ba + 437c788 commit d82e5e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit d82e5e9

Please sign in to comment.