[DPDK] OSTF tests that won't pass are skipped now

Tests that aren't compatible with DPDK are skipped
by OSTF now. Other 4 tests were failing due to
product bug(s), currently they are fixed.

Change-Id: Ib2901d408c1318d6343047ab4e001d0cac5f85ba
Related-bug: #1567447
This commit is contained in:
Artem Panchenko 2016-05-16 12:30:40 +03:00
parent c5810da15d
commit cef88047de
1 changed files with 2 additions and 12 deletions

View File

@ -202,16 +202,7 @@ class SupportDPDK(TestBasic):
self.fuel_web.verify_network(cluster_id)
self.show_step(9)
should_fail = ['Create volume and boot instance from it',
'Launch instance, create snapshot, launch instance from'
' snapshot',
'Launch instance with file injection',
'Launch instance',
'Create volume and attach it to instance',
'Check network connectivity from instance via'
' floating IP']
self.fuel_web.run_ostf(cluster_id=cluster_id, should_fail=6,
failed_test_name=should_fail)
self.fuel_web.run_ostf(cluster_id=cluster_id)
self.show_step(10)
# reboot compute
@ -222,8 +213,7 @@ class SupportDPDK(TestBasic):
self.fuel_web.assert_os_services_ready(cluster_id)
self.show_step(11)
self.fuel_web.run_ostf(cluster_id=cluster_id,
failed_test_name=should_fail)
self.fuel_web.run_ostf(cluster_id=cluster_id)
self.show_step(12)
os_conn = os_actions.OpenStackActions(