-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Tommie McAfee edited this page Feb 6, 2017
·
9 revisions
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 --recursiveNow 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.
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