From: tamil Date: Wed, 22 Jan 2014 01:50:00 +0000 (-0800) Subject: modified the port to 7280 in the script instead of the default 80 X-Git-Tag: v0.78~291 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8b8ede7a13f303176dd7e9adfd73872b5dbe2de6;p=ceph.git modified the port to 7280 in the script instead of the default 80 Signed-off-by: tamil --- diff --git a/qa/workunits/rgw/s3_bucket_quota.pl b/qa/workunits/rgw/s3_bucket_quota.pl index 584a4afbf736..9292e8f284f7 100755 --- a/qa/workunits/rgw/s3_bucket_quota.pl +++ b/qa/workunits/rgw/s3_bucket_quota.pl @@ -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();