From fdbdbf60103cc7891520e96a5a505e5b268e6e78 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 9 Jan 2020 13:03:52 +0100 Subject: [PATCH] fwtester: sort and group module usage Signed-off-by: Thomas Lamprecht --- test/fwtester.pl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/test/fwtester.pl b/test/fwtester.pl index b969295..1ba2da2 100755 --- a/test/fwtester.pl +++ b/test/fwtester.pl @@ -1,16 +1,19 @@ #!/usr/bin/perl use lib '../src'; + use strict; use warnings; + use Data::Dumper; -use PVE::FirewallSimulator; -use PVE::INotify; -use PVE::Corosync; -use Getopt::Long; use File::Basename; +use Getopt::Long; use Net::IP; +use PVE::Corosync; +use PVE::FirewallSimulator; +use PVE::INotify; + my $debug = 0; sub print_usage_and_exit { @@ -29,7 +32,7 @@ my $local_hostname = PVE::INotify::nodename(); my $corosync_conf = PVE::Corosync::parse_conf($corosync_conf_fn, $raw_replaced); PVE::FirewallSimulator::debug($debug); - + my $testfilename = shift; my $testid = shift; -- 2.39.2