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:
parent
559b5f07b9
commit
e5d169b67c
@ -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" },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user