Compare commits
1 commit
master
...
update_pol
Author | SHA1 | Date | |
---|---|---|---|
03252b7921 |
1 changed files with 2 additions and 2 deletions
|
@ -385,8 +385,8 @@ class TestPolicy(ClusterTestBase):
|
||||||
placement_params["country"] == netmap[node_address]["country"]
|
placement_params["country"] == netmap[node_address]["country"]
|
||||||
), f"The node is selected from the wrong country. Got {netmap[node_address]['country']}"
|
), f"The node is selected from the wrong country. Got {netmap[node_address]['country']}"
|
||||||
|
|
||||||
with reporter.step(f"Delete the container"):
|
with reporter.step(f"Delete the object from the container"):
|
||||||
delete_container(wallet=default_wallet, cid=cid, shell=self.shell, endpoint=endpoint)
|
delete_object(wallet=default_wallet, cid=cid, oid=oid, shell=self.shell, endpoint=endpoint)
|
||||||
|
|
||||||
with reporter.step(f"Delete the container"):
|
with reporter.step(f"Delete the container"):
|
||||||
delete_container(wallet=default_wallet, cid=cid, shell=self.shell, endpoint=endpoint)
|
delete_container(wallet=default_wallet, cid=cid, shell=self.shell, endpoint=endpoint)
|
||||||
|
|
Loading…
Reference in a new issue