Skip to content
Tommie McAfee edited this page Feb 6, 2017 · 9 revisions

Testrunner workflow

Sequoia can be used to quickly spin up a clean set of containers for use with testrunner.

Prior to running this be sure to check out the testrunner submodule:

git submodule update --init --recursive

Now we can quickly run any test by passing the 'testrunner' arg to sequoia:

./sequoia testrunner -command "-i b/resources/4-nodes-template.ini -c conf/simple.conf"

You can run this command as many times as you want and each time new containers will start.

Debugging Testrunner

If instead you wanted to manually run a testrunner test, simply provide the --exec option and you will have a debeugging environment to run your tests:

./sequoia testrunner -command "-i b/resources/4-nodes-template.ini -c conf/simple.conf"  --exec
``


Clone this wiki locally