mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +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.
|
# Default values for ye ole cmd-line args.
|
||||||
our $Resource = 1;
|
our $Resource = 1;
|
||||||
our $quiet = "yes";
|
our $quiet = "yes";
|
||||||
our $Host = "atlas";
|
our $Host = "localhost";
|
||||||
our $Port = 8080;
|
our $Port = 8080;
|
||||||
our $HostUri = "http://$Host:$Port";
|
our $HostUri = "http://$Host:$Port";
|
||||||
our $Web = LWP::UserAgent->new;
|
our $Web = LWP::UserAgent->new;
|
||||||
@@ -194,4 +194,4 @@ for my $port_uri (@links2) {
|
|||||||
my $rh_response = json_post($set_port, \%post);
|
my $rh_response = json_post($set_port, \%post);
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user