Mark VPNaaS scenario tests as unstable

Change-Id: Iaee0472efcc4a607de7087b770bd9a6755e5a95d
Related-Bug: #1882220
This commit is contained in:
Slawek Kaplonski 2020-06-05 11:13:03 +02:00
parent e3478457c7
commit bdeb12d316
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import netaddr
from oslo_config import cfg
import testtools
from neutron_lib.utils import test
from tempest.common import utils
from tempest.common import waiters
from tempest.lib.common import ssh
@ -220,6 +221,7 @@ class Vpnaas(base.BaseTempestTestCase):
subnet_id, port)
raise self.fail(msg)
@test.unstable_test("bug 1882220")
def _test_vpnaas(self):
# RIGHT
right_server = self._create_server(network=self._right_network,