Added port (fixed value for right now in teuthology) to hostname.
Fixes: 7374
Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
Signed-off-by: Warren Usui <warren.usui@inktank.com>
(cherry picked from commit
8200b8a02511e367370d33cb74c3d45ef85fca31)
my $s3;
my $domain = "front.sepia.ceph.com";
my $host = get_hostname();
-our $hostname = "$host.$domain";
+our $hostname = "$host.$domain:7280";
my $testfileloc;
my $sec;
my $min;
my $service = "radosgw";
my $cmd = "ps -ef | grep $service | grep -v grep";
my $status = get_cmd_op($cmd);
- if ($status =~ /client.radosgw/ ){
+ if ($status =~ m/client.radosgw/ ){
return 0;
}
return 1;