Skip test_stamp_pattern in cells v1 job

test_stamp_pattern was recently unskipped:

I2c13099595d8ee8099e02e3f06096078c7d27c34

It uses security groups which cells v1 does
not support, so we have to skip this test in
the cells v1 job.

Change-Id: Id7e8351026ca86694fc9814002b96260f6ba10f9
Closes-Bug: #1664607
(cherry picked from commit d125358398)
This commit is contained in:
Matt Riedemann 2017-02-14 10:25:24 -05:00
parent 9d62d7588c
commit 18fb0a1729
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ r="$r|(?:.*id\-80a8094c\-211e\-440a\-ab88\-9e59d556c7ee.*)"
# scheduler hints apparently don't work in devstack cells
# tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes
r="$r|(?:.*id\-9cecbe35\-b9d4\-48da\-a37e\-7ce70aa43d30.*)"
# test_stamp_pattern uses security groups which aren't supported in cells v1
# tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern
r="$r|(?:.*id\-10fd234a\-515c\-41e5\-b092\-8323060598c5.*)"
r="$r).*$"
export DEVSTACK_GATE_TEMPEST_REGEX="$r"