mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 02:12:38 +00:00
port_test changed default host to localhost
This commit is contained in:
@@ -22,7 +22,7 @@ package main;
|
||||
# Default values for ye ole cmd-line args.
|
||||
our $Resource = 1;
|
||||
our $quiet = "yes";
|
||||
our $Host = "atlas";
|
||||
our $Host = "localhost";
|
||||
our $Port = 8080;
|
||||
our $HostUri = "http://$Host:$Port";
|
||||
our $Web = LWP::UserAgent->new;
|
||||
@@ -194,4 +194,4 @@ for my $port_uri (@links2) {
|
||||
my $rh_response = json_post($set_port, \%post);
|
||||
}
|
||||
|
||||
#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user