mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
Add a comment explaining what autocloud.pm does
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
54a6b21c28
commit
dcbd7dd7c9
@ -15,6 +15,9 @@ sub _soft_fail_run {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
|
# This test is basically a recreation of exactly the test process
|
||||||
|
# autocloud used to use, via tunir and this tunir config:
|
||||||
|
# https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/roles/autocloud/backend/files/fedora.txt?id=6e7c1b90593df8371fd34ed9484bd4da119236d3
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
bypass_1691487;
|
bypass_1691487;
|
||||||
# we need to use script_run as regular user
|
# we need to use script_run as regular user
|
||||||
|
Loading…
Reference in New Issue
Block a user