From dcbd7dd7c93abe3ac94a95e71508737dc503fecc Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 21 Nov 2019 14:58:53 -0800 Subject: [PATCH] Add a comment explaining what autocloud.pm does Signed-off-by: Adam Williamson --- tests/autocloud.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/autocloud.pm b/tests/autocloud.pm index b7cc909b..d17e1975 100644 --- a/tests/autocloud.pm +++ b/tests/autocloud.pm @@ -15,6 +15,9 @@ sub _soft_fail_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; bypass_1691487; # we need to use script_run as regular user