Test matrix generation for feature branches.

The previous change to fix test matrix generation did not include a
test. Add a test here so that this does not regress.

Change-Id: Ib267a435fa0f28e50a83437d96ad0ef321ba6f46
This commit is contained in:
Clark Boylan 2014-04-18 12:56:03 -07:00
parent 4b7d6a1598
commit 17852b1254
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,11 @@ function test_full_master {
assert_list_equal $TEMPEST_FULL_MASTER $results
}
function test_full_feature_ec {
local results=$(DEVSTACK_GATE_TEMPEST=1 ./test-matrix.py -b feature/ec)
assert_list_equal $TEMPEST_FULL_MASTER $results
}
function test_full_havana {
local results=$(DEVSTACK_GATE_TEMPEST=1 ./test-matrix.py -b stable/havana)
assert_list_equal $TEMPEST_FULL_HAVANA $results
@ -74,6 +79,7 @@ function test_grenade_old_master {
}
test_full_master
test_full_feature_ec
test_neutron_master
test_heat_slow_master
test_grenade_new_master