Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Aug 22, 2024
1 parent 77c12c1 commit 22f7788
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/backends/iptables/test_iptables.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ def tearDown(self):
self.lapi.stop()

def test_table_rule_set_are_created(self):
d = generate_n_decisions(1)
self.lapi.ds.insert_decisions([d])
d1 = generate_n_decisions(3)
d2 = generate_n_decisions(1, ipv4=False)
self.lapi.ds.insert_decisions(d1 + d2)
sleep(3)

# IPV4 Chain
Expand Down

0 comments on commit 22f7788

Please sign in to comment.