Skip to content

Commit

Permalink
Sharing apache logs to browser component
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando committed Oct 21, 2019
1 parent 4595f00 commit 5d71f6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/stamp/atos/performance/camp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ components:
# TODO: This component has to be updated so as to trigger JMeter
# instead of pytest
tests:
command: bzt citygo-tests/citygo.jmx --option=modules.console.disable=false -report
command: bzt citygo-tests/citygo.jmx --option=modules.console.disable=false -report 2&1> /test-reports/bzt.log
reports:
location: "citygo-tests"
pattern: ".xml"
Expand Down
6 changes: 5 additions & 1 deletion samples/stamp/atos/performance/template/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:

browser:
build: ./browser
volumes:
- /var/log/apache2/:/browser/citygo-tests

apache:
build: ./apache
Expand All @@ -26,6 +28,8 @@ services:
- BROWSERCONNECTIONENABLED=True
ports:
- "80:80"
volumes:
- /var/log/apache2/:/browser/citygo-tests

web:
build: ./citygo
Expand Down Expand Up @@ -96,4 +100,4 @@ services:
- "22222:22222"
expose:
- "22222"

0 comments on commit 5d71f6f

Please sign in to comment.