Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 16, 2024
1 parent 7b58684 commit f91a136
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ suite('test_auto_start_in_cloud', 'multi_cluster, docker') {

def getClusterFragementStatus = { def fe ->
def (feHost, feHttpPort) = fe.getHttpAddress()
// curl -X GET -u root: '128.1.1.1:8030/rest/v2/manager/cluster/cluster_info/compute_group_status'
def url = 'http://' + feHost + ':' + feHttpPort + '/rest/v2/manager/cluster/cluster_info/compute_group_status'
// curl -X GET -u root: '128.1.1.1:8030/rest/v2/manager/cluster/cluster_info/cloud_cluster_status'
def url = 'http://' + feHost + ':' + feHttpPort + '/rest/v2/manager/cluster/cluster_info/cloud_cluster_status'
def result = Http.GET(url, true)
result
}
Expand Down

0 comments on commit f91a136

Please sign in to comment.