Skip to content

Commit

Permalink
debug test for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmartin committed Sep 3, 2018
1 parent 6e1ae00 commit 37e03a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ addons:
- libgl1-mesa-dri
- libglapi-mesa
- libosmesa6
- net-tools
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- export SLIMERJSLAUNCHER=/home/travis/firefox-58.0/firefox/firefox
- export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
script:
- netstat -nr
- npm config set registry http://registry.npmjs.org/
- echo "Current time :$(date +"%T")"
- docker --version
Expand Down Expand Up @@ -64,6 +66,11 @@ script:
- travis_retry xvfb-run -a --server-args="-screen 0 1024x768x24" casperjs test --includes=utilities/TestsUtility.js UIComponentsTests.js --host=http://localhost:8080/ --engine=slimerjs
- travis_retry xvfb-run -a --server-args="-screen 0 1024x768x24" casperjs test --includes=utilities/TestsUtility.js GeppettoModelTests.js --host=http://localhost:8080/ --engine=slimerjs
- travis_retry xvfb-run -a --server-args="-screen 0 1024x768x24" casperjs test --includes=utilities/TestsUtility.js,NeuronalTestsLogic.js DefaultProjectsTests.js --host=http://localhost:8080/ --engine=slimerjs
- docker ps -a;
- docker inspect geppetto_persistence;
- docker inspect geppetto_persistence_container;
- netstat -nr
- netstat -tulpn
- sudo docker cp geppetto_container:/home/developer/virgo/serviceability/logs/log.log /etc
- tail /etc/log.log -n 200
- echo "Current time :$(date +"%T")"
Expand Down

0 comments on commit 37e03a1

Please sign in to comment.