]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
modified the port to 7280 in the script instead of the default 80
authortamil <tamil@tamil-VirtualBox.(none)>
Wed, 22 Jan 2014 01:50:00 +0000 (17:50 -0800)
committertamil <tamil@tamil-VirtualBox.(none)>
Wed, 22 Jan 2014 01:50:00 +0000 (17:50 -0800)
Signed-off-by: tamil <tamil@tamil-VirtualBox.(none)>
qa/workunits/rgw/s3_bucket_quota.pl

index 584a4afbf736890614580957fe68e9418fc1ed37..9292e8f284f704db0230b656049ff69f0f84db5b 100755 (executable)
@@ -50,7 +50,7 @@ my $kruft;
 my $s3;
 my $domain   = "front.sepia.ceph.com";
 my $host     = get_hostname();
-my $hostname = "$host.$domain";
+my $hostname = "$host.$domain:7280"; # as rgw is running on port 7280
 my $testfileloc;
 my $sec;
 my $min;
@@ -572,7 +572,6 @@ sub check
 
 #== Main starts here===
 ceph_os_info();
-check();
 test_max_objects();
 test_max_objects_per_user();
 test_beyond_max_objs();