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:
parent
f5a40aa06b
commit
dba77008a7
@ -8,6 +8,8 @@ use Exporter;
|
||||
use testapi;
|
||||
our @EXPORT = qw/clone_host_file setup_tap_static get_host_dns/;
|
||||
|
||||
my $self = shift;
|
||||
|
||||
sub clone_host_file {
|
||||
# copy a given file from the host into the guest. Mainly used
|
||||
# for networking config on tap tests. this is pretty crazy, but
|
||||
|
Loading…
Reference in New Issue
Block a user