Skip to content

Instantly share code, notes, and snippets.

@rwngwn
Created June 23, 2015 13:33
Show Gist options
  • Save rwngwn/0980cf44bec424b77ba2 to your computer and use it in GitHub Desktop.
Save rwngwn/0980cf44bec424b77ba2 to your computer and use it in GitHub Desktop.
ctf-cli.py run --behave-tahs bb,cc --behave-tags aa --behave-data IMAGE=aaa
usage: ctf-cli.py [-h] [-v] {remote,init,run,update} ...
ctf-cli.py: error: unrecognized arguments: --behave-tahs bb,cc
[dbecvari@bazaar ctf]$ ctf-cli.py run --behave-tags bb,cc --behave-tags aa --behave-data IMAGE=aaa
INFO: Running Containers Testing Framework cli
INFO: Using project specific Features from 'tests/features'
INFO: Using project specific Steps from 'tests/steps'
WARNING: Not using project specific environment.py. '/home/dbecvari/tmp/ctf/tests/environment.py' does not exist!
INFO: Running behave inside working directory 'behave -D IMAGE=aaa -t bb,cc -t aa -D ANSIBLE=/home/dbecvari/tmp/ctf/workdir/ansible.conf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment