forked from TrueCloudLab/frostfs-testcases
[#303] add morph and local deny ape tests
This commit is contained in:
parent
975c564e6c
commit
73eb3dc31a
1 changed files with 7 additions and 7 deletions
|
@ -75,7 +75,7 @@ def remove_rule_ape_in_system(cluster: Cluster) -> None:
|
||||||
parallel(local_overrides_on_node, cluster.cluster_nodes)
|
parallel(local_overrides_on_node, cluster.cluster_nodes)
|
||||||
|
|
||||||
|
|
||||||
def pre_create_container_object_cli(
|
def pre_create_container_object_cli_object_cli(
|
||||||
default_user: User,
|
default_user: User,
|
||||||
remote_frostfs_cli_first_node: FrostfsCli,
|
remote_frostfs_cli_first_node: FrostfsCli,
|
||||||
frostfs_cli: FrostfsCli,
|
frostfs_cli: FrostfsCli,
|
||||||
|
@ -1384,7 +1384,7 @@ class TestApeLocalOverride(ClusterTestBase):
|
||||||
frostfs_cli: FrostfsCli,
|
frostfs_cli: FrostfsCli,
|
||||||
simple_object_size: ObjectSize,
|
simple_object_size: ObjectSize,
|
||||||
):
|
):
|
||||||
cid, oid = pre_create_container(
|
cid, oid = pre_create_container_object_cli(
|
||||||
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1471,7 +1471,7 @@ class TestApeLocalOverride(ClusterTestBase):
|
||||||
simple_object_size: ObjectSize,
|
simple_object_size: ObjectSize,
|
||||||
):
|
):
|
||||||
|
|
||||||
cid, oid = pre_create_container(
|
cid, oid = pre_create_container_object_cli(
|
||||||
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1509,7 +1509,7 @@ class TestApeLocalOverride(ClusterTestBase):
|
||||||
simple_object_size: ObjectSize,
|
simple_object_size: ObjectSize,
|
||||||
):
|
):
|
||||||
|
|
||||||
cid, oid = pre_create_container(
|
cid, oid = pre_create_container_object_cli(
|
||||||
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1547,7 +1547,7 @@ class TestApeLocalOverride(ClusterTestBase):
|
||||||
simple_object_size: ObjectSize,
|
simple_object_size: ObjectSize,
|
||||||
):
|
):
|
||||||
|
|
||||||
cid, oid = pre_create_container(
|
cid, oid = pre_create_container_object_cli(
|
||||||
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1585,7 +1585,7 @@ class TestApeLocalOverride(ClusterTestBase):
|
||||||
simple_object_size: ObjectSize,
|
simple_object_size: ObjectSize,
|
||||||
):
|
):
|
||||||
|
|
||||||
cid, oid = pre_create_container(
|
cid, oid = pre_create_container_object_cli(
|
||||||
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1623,7 +1623,7 @@ class TestApeLocalOverride(ClusterTestBase):
|
||||||
simple_object_size: ObjectSize,
|
simple_object_size: ObjectSize,
|
||||||
):
|
):
|
||||||
|
|
||||||
cid, oid = pre_create_container(
|
cid, oid = pre_create_container_object_cli(
|
||||||
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
default_user, remote_frostfs_cli_first_node, frostfs_cli, simple_object_size, self.shell, self.cluster
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue