Add data interface test #102
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testcases#102
Loading…
Reference in a new issue
No description provided.
Delete branch "d.zayakin/frostfs-testcases:add-test-network"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Dmitriy Zayakin d.zayakin@yadro.com
144927b88d
to5a0f0fe0f6
@ -134,0 +221,4 @@
endpoint=list_nodes[0].storage_node.get_rpc_endpoint(),
)
file_path_list.append(input_file)
assert input_file, input_file
What, what?
done
@ -134,0 +211,4 @@
shell=self.shell,
endpoint=nodes[0].storage_node.get_rpc_endpoint(),
)
assert "return code: 1" in excinfo.value, f"{excinfo.value}"
What a strange construction...
You already using pytest.raises, why assert again?
done
@ -134,0 +175,4 @@
cid=cid,
shell=self.shell,
cluster=self.cluster,
)
Up until here can be fixture like "storage_object"
done
@ -134,0 +199,4 @@
cluster_state_controller.down_interface(nodes=nodes, interface=interface)
with allure.step("Tick epoch and wait 2 block"):
list_nodes = list(set(self.cluster.cluster_nodes) - set(nodes))
list of which nodes?
done
@ -134,0 +190,4 @@
data = "data"
config_interfaces = list(nodes[0].host.config.interfaces.keys())
with allure.step(f"Get {data} in {config_interfaces}"):
list_data_interfaces = [
what with all those
list
prefixes to variables ?done
@ -134,0 +176,4 @@
shell=self.shell,
cluster=self.cluster,
)
with allure.step("Search nodes object"):
nodes with object
done
5a0f0fe0f6
to1d22162d2f