]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: update default port in perl workunits 28631/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 18 Jun 2019 16:44:19 +0000 (12:44 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 19 Jun 2019 11:50:35 +0000 (07:50 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/workunits/rgw/s3_bucket_quota.pl
qa/workunits/rgw/s3_multipart_upload.pl
qa/workunits/rgw/s3_user_quota.pl

index 6a4a1a4513c6d2c0841f1c0e76ee09c7934fb327..7f5476ef676c761a859be5a55c62932dab16ea29 100755 (executable)
@@ -53,7 +53,7 @@ my $logmsg;
 my $kruft;
 my $s3;
 my $hostdom  = $ENV{RGW_FQDN}||hostfqdn();
-my $port     = $ENV{RGW_PORT}||7280;
+my $port     = $ENV{RGW_PORT}||80;
 our $hostname = "$hostdom:$port";
 our $testfileloc;
 my $rgw_user = "qa_user";
index 5bf7af23b14a602dde6440ca0032fa9f824ec78b..ab29e6b03425f3a5d49112aa8112fb58dc7ac5a2 100755 (executable)
@@ -48,7 +48,7 @@ Pod::Usage::pod2usage(-verbose => 1) && exit if ($help);
 #== local variables ===
 my $s3;
 my $hostdom  = $ENV{RGW_FQDN}||hostfqdn();
-my $port     = $ENV{RGW_PORT}||7280;
+my $port     = $ENV{RGW_PORT}||80;
 our $hostname = "$hostdom:$port";
 our $testfileloc;
 our $mytestfilename;
index fbda89a66d9e3f854890fae4c2443fbacabe5a74..6d5c02a9a0152add9b01ca5f98f54c2707604bae 100755 (executable)
@@ -52,7 +52,7 @@ my $logmsg;
 my $kruft;
 my $s3;
 my $hostdom  = $ENV{RGW_FQDN}||hostfqdn();
-my $port     = $ENV{RGW_PORT}||7280;
+my $port     = $ENV{RGW_PORT}||80;
 our $hostname = "$hostdom:$port";
 our $testfileloc;
 our $cnt;