1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 07:13:09 +00:00

Define self

This commit is contained in:
Lukáš Růžička 2024-11-20 13:00:13 +01:00
parent f5a40aa06b
commit dba77008a7

View File

@ -8,6 +8,8 @@ use Exporter;
use testapi; use testapi;
our @EXPORT = qw/clone_host_file setup_tap_static get_host_dns/; our @EXPORT = qw/clone_host_file setup_tap_static get_host_dns/;
my $self = shift;
sub clone_host_file { sub clone_host_file {
# copy a given file from the host into the guest. Mainly used # copy a given file from the host into the guest. Mainly used
# for networking config on tap tests. this is pretty crazy, but # for networking config on tap tests. this is pretty crazy, but