Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Nov 7, 2024
1 parent b0e0795 commit 3a138c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/performance/tests/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def test_load_test(instances: List[harness.Instance]):

join_token = util.get_join_token(cluster_node, joining_node)
join_token2 = util.get_join_token(cluster_node, joining_node2)

assert join_token != join_token2

util.join_cluster(joining_node, join_token)
util.join_cluster(joining_node2, join_token2)

Expand All @@ -26,4 +29,4 @@ def test_load_test(instances: List[harness.Instance]):

assert "control-plane" in util.get_local_node_status(cluster_node)
assert "control-plane" in util.get_local_node_status(joining_node)
assert "worker" in util.get_local_node_status(joining_node2)
assert "control-plane" in util.get_local_node_status(joining_node2)

0 comments on commit 3a138c2

Please sign in to comment.