From 2a87d7e8c16f2dd2461333043455145f451ee550 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 1 Sep 2014 19:37:48 +0200 Subject: [PATCH] travis: remove the marvin flag require_hardware which is not needed for 4.3 Signed-off-by: Rohit Yadav --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ca3e3bb645..de8feee933c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_script: travis_wait 30 ./tools/travis/before_script.sh script: - mkdir -p integration-test-results/misc - travis_wait 30 sleep 30 -- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/smoke/$suite.py -s -a tags=advanced,required_hardware=false ; done +- for suite in $TESTS; do travis_wait 30 nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/smoke/$suite.py -s -a tags=advanced ; done - python ./tools/travis/xunit-reader.py integration-test-results/ after_success: ./tools/travis/after_success.sh after_failure: ./tools/travis/after_failure.sh