[#204] Update policy with SELECT and FILTER results with UNIQUE nodes #204

Merged
abereziny merged 1 commit from ChEktn/frostfs-testcases:update_policy into master 2024-03-14 17:54:15 +00:00
Showing only changes of commit 03252b7921 - Show all commits

View file

@ -385,8 +385,8 @@ class TestPolicy(ClusterTestBase):
placement_params["country"] == 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"):
delete_container(wallet=default_wallet, cid=cid, shell=self.shell, endpoint=endpoint)
with reporter.step(f"Delete the object from the container"):
delete_object(wallet=default_wallet, cid=cid, oid=oid, shell=self.shell, endpoint=endpoint)
with reporter.step(f"Delete the container"):
delete_container(wallet=default_wallet, cid=cid, shell=self.shell, endpoint=endpoint)