From 0ef3c37d2de3116d4737ce3f090dec9eaddf4fc8 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 25 Sep 2014 17:28:30 -0400 Subject: [PATCH] Remove TESTR_FULL option for running tempest The TESTR_FULL option was added back when tempest was running by default with nosestests serially to test using testr in parallel. However, this migration happened >1yr ago and the testr-full job is just a duplicate of the regular full now. This commit removes the option of running with TESTR_FULL to prevent confusion. Change-Id: I57d1b249ced3d68143da7f514136d3b2e5deffd2 --- devstack-vm-gate-wrap.sh | 3 --- devstack-vm-gate.sh | 3 --- 2 files changed, 6 deletions(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index db100191..a7b77c94 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -291,9 +291,6 @@ export DEVSTACK_GATE_VIRT_DRIVER=${DEVSTACK_GATE_VIRT_DRIVER:-libvirt} # is the project being gated. export DEVSTACK_GATE_TEMPEST_FULL=${DEVSTACK_GATE_TEMPEST_FULL:-0} -# Set to enable running full tempest with testr: -export DEVSTACK_GATE_TEMPEST_TESTR_FULL=${DEVSTACK_GATE_TEMPEST_TESTR_FULL:-0} - # Set to 1 to run all tempest tests export DEVSTACK_GATE_TEMPEST_ALL=${DEVSTACK_GATE_TEMPEST_ALL:-0} diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 4c6b3e56..af2648c6 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -431,9 +431,6 @@ if [[ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]]; then elif [[ "$DEVSTACK_GATE_TEMPEST_FULL" -eq "1" ]]; then echo "Running tempest full test suite" sudo -H -u tempest tox -efull -- --concurrency=$TEMPEST_CONCURRENCY - elif [[ "$DEVSTACK_GATE_TEMPEST_TESTR_FULL" -eq "1" ]]; then - echo "Running tempest full test suite with testr" - sudo -H -u tempest tox -etestr-full -- --concurrency=$TEMPEST_CONCURRENCY elif [[ "$DEVSTACK_GATE_TEMPEST_STRESS" -eq "1" ]] ; then echo "Running stress tests" sudo -H -u tempest tox -estress