Also run FreeIPA replica tests on updates

We just had an F30 update which broke replicas, so this seems
like a good idea!

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-04-08 18:23:51 -07:00
parent 99f93945b3
commit a0a8e3350d

View File

@ -342,6 +342,42 @@
},
test_suite => { name => "server_database_client" },
},
{
group_name => "Fedora Updates",
machine => { name => "64bit" },
prio => 40,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "updates-server",
version => "*",
},
test_suite => { name => "server_freeipa_replication_master" },
},
{
group_name => "Fedora Updates",
machine => { name => "64bit" },
prio => 40,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "updates-server",
version => "*",
},
test_suite => { name => "server_freeipa_replication_replica" },
},
{
group_name => "Fedora Updates",
machine => { name => "64bit" },
prio => 40,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "updates-server",
version => "*",
},
test_suite => { name => "server_freeipa_replication_client" },
},
{
group_name => "Fedora Updates",
machine => { name => "64bit" },