Re-enable functional test case for Ubuntu based VMs.

Change-Id: I3657e1c635bee689b5214793d636b392f14c1301
changes/85/677685/8
Federico Ressi 4 years ago
parent 1500f8d944
commit ee63744150

@ -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"""

Loading…
Cancel
Save