From 40028152e1a970756a1635e4b0f657315f857dec Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 26 Aug 2013 17:53:29 -0400 Subject: [PATCH] Add large-ops option to tox Add new option because we want to keep separate tox jobs for each jenkins job. Part of the regression test for bug 1199433. Change-Id: I4e59d79d3ce3a9621243a81b7da5d9c3abaf1d6f --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tox.ini b/tox.ini index ea27b92a5..05db5beb4 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,13 @@ setenv = VIRTUAL_ENV={envdir} commands = sh tools/pretty_tox_serial.sh '(?=.*\[.*\bslow\b.*\])(^tempest\.(api|scenario)\.orchestration) {posargs}' +[testenv:large-ops] +sitepackages = True +setenv = VIRTUAL_ENV={envdir} +commands = + python setup.py testr --slowest --testr-args='tempest.scenario.test_large_ops {posargs}' + + [testenv:py26-full] sitepackages = True setenv = VIRTUAL_ENV={envdir}