File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2178,13 +2178,9 @@ def test_compose_1idx3sh1cm1dep(self):
21782178 self .logger .info ("Attempt #{}: checking internal search host count" .format (n + 1 ))
21792179 search_providers , distinct_hosts = self .search_internal_distinct_hosts ("sh1" , password = self .password )
21802180 assert len (search_providers ) == 2
2181- assert "idx1" in search_providers
2182- assert "cm1" in search_providers
2183- assert "dep1" in search_providers
2184- assert "sh1" in search_providers
2185- assert "sh2" in search_providers
2186- assert "sh3" in search_providers
2181+ assert "idx1" in search_providers and "sh1" in search_providers
21872182 assert distinct_hosts == 6
2183+ break
21882184 except Exception as e :
21892185 self .logger .error ("Attempt #{} error: {}" .format (n + 1 , str (e )))
21902186 if n < RETRIES - 1 :
You can’t perform that action at this time.
0 commit comments