set worker_class 'tap' for IPA tests

this will make them only-run on the tap-capable hosts in infra.
This commit is contained in:
Adam Williamson 2016-05-05 14:42:16 -07:00
parent 559b5f07b9
commit e5d169b67c
1 changed files with 2 additions and 0 deletions

View File

@ -1489,6 +1489,7 @@
{ key => "HDD_1", value => "disk_%FLAVOR%_%MACHINE%.qcow2" },
{ key => "GRUB", value => "net.ifnames=0 biosdevname=0" },
{ key => "NICTYPE", value => "tap" },
{ key => "WORKER_CLASS", value => "tap" },
],
},
{
@ -1504,6 +1505,7 @@
{ key => "PARALLEL_WITH", value => "server_role_deploy_domain_controller" },
{ key => "INSTALL_UNLOCK", value => "freeipa_ready" },
{ key => "NICTYPE", value => "tap" },
{ key => "WORKER_CLASS", value => "tap" },
],
},
],