Re-enable functional test case for Ubuntu based VMs.

Change-Id: I3657e1c635bee689b5214793d636b392f14c1301
This commit is contained in:
Federico Ressi 2019-08-21 11:15:47 +02:00
parent 1500f8d944
commit ee63744150
1 changed files with 0 additions and 3 deletions

View File

@ -15,15 +15,12 @@
# under the License.
from __future__ import absolute_import
import testtools
import tobiko
from tobiko.shell import sh
from tobiko.openstack import stacks
from tobiko.tests.functional.openstack.stacks import test_cirros
@testtools.skip('BUG: this often fails probably because of some timeout')
class UbuntuServerStackTest(test_cirros.CirrosServerStackTest):
"""Tests connectivity to Nova instances via floating IPs"""