Change to Litmus

Depends-On: https://review.opendev.org/#/c/752300/
Change-Id: I94d996ed67402a47fd655a7b80b9c2df987d95c3
This commit is contained in:
Tobias Urdin 2020-09-16 23:31:59 +02:00
parent c3ed23b808
commit c328347a4e
2 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,3 @@
templates:
- puppet-openstack-library-jobs
- release-notes-jobs-python3
check:
jobs:
- puppet-openstack-libraries-puppet-beaker-rspec-ubuntu-bionic:
voting: false

10
run_litmus_tests.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash -ex
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
source $SCRIPT_DIR/functions
install_gems
# run litmus tests
export RSPEC_DEBUG=true
$GEM_HOME/bin/bundle exec rake litmus:acceptance:localhost