We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2092469 commit 8bb4e9aCopy full SHA for 8bb4e9a
1 file changed
tests/publiccloud/upload_image.pm
@@ -60,6 +60,11 @@ sub run {
60
$provider->upload_img($img_name);
61
}
62
63
+sub _cleanup {
64
+ # because it is upload_img we don't have instance created hence clasical cleanup does not make sense
65
+ #TODO: nevertheless we can implement here upload of logs related to image upload process per provider
66
+}
67
+
68
sub test_flags {
69
# in case of migration this is not single module so we need to skip cleanup
70
return {fatal => 1, publiccloud_multi_module => 1} if (get_var('PUBLIC_CLOUD_MIGRATION'));
@@ -72,4 +77,3 @@ sub test_flags {
72
77
73
78
OpenQA script to upload images into public cloud. This test module is only
74
79
added if PUBLIC_CLOUD_IMAGE_LOCATION is set.
75
-
0 commit comments