Merge "cloudpulse docker check fails"
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
host=review.opendev.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=x/cloudpulse.git
|
project=x/cloudpulse.git
|
||||||
|
defaultbranch=stable/train
|
||||||
|
@@ -280,7 +280,7 @@ class operator_scenario(base.Scenario):
|
|||||||
docker_down.append(line[0].strip())
|
docker_down.append(line[0].strip())
|
||||||
elif 'UNREACHABLE' in line[1]:
|
elif 'UNREACHABLE' in line[1]:
|
||||||
ssh_failed.append(line[0].strip())
|
ssh_failed.append(line[0].strip())
|
||||||
elif 'SUCCESS' in line[1]:
|
elif any(status in line[1] for status in ['SUCCESS', 'CHANGED']):
|
||||||
if len(line) < 3:
|
if len(line) < 3:
|
||||||
continue
|
continue
|
||||||
line[3] = line[3].replace(' ', '')
|
line[3] = line[3].replace(' ', '')
|
||||||
|
Reference in New Issue
Block a user