Skip to content

Commit fce34ca

Browse files
pehalaactions-user
authored andcommitted
fix(nemesis): remove dead connbytes test, fix docstring port, fix double-unit bug
- Remove connbytes test case (branch was removed from production code) - Fix RejectThriftNetworkMonkey docstring: port 9100 -> 9160 - Fix BlockNetworkMonkey._disrupt_k8s: additional_info used 'for {duration}sec' where duration is already '60s', producing 'for 60ssec'; drop the redundant 'sec' (cherry picked from commit 6fd8678)
1 parent 4a9077c commit fce34ca

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

unit_tests/unit/nemesis/monkey/test_network.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ def test_install_iptables(is_ubuntu, should_install):
108108
"-m statistic --mode nth --every 8 --packet 0",
109109
id="statistic-nth",
110110
),
111-
pytest.param(
112-
["connbytes", "800"],
113-
"every packet from connection that total byte counter exceeds 800",
114-
"-m connbytes --connbytes-mode bytes --connbytes-dir both --connbytes 800",
115-
id="connbytes",
116-
),
117111
],
118112
)
119113
def test_matching_rule(choices, expected_desc, expected_rule):

0 commit comments

Comments
 (0)