From 0bba454843df98ac7057cd1aa5fe32bb88b0a117 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 15 Apr 2024 13:53:41 +0200 Subject: [PATCH] tests: enable datalink/defrag tests for 7.0.x --- tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/test.yaml | 2 +- tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/test.yaml | 2 +- tests/defrag/bug-6887-defrag-ipv4-tcp-syn/test.yaml | 2 +- tests/defrag/bug-6887-defrag-ipv6-tcp/test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/test.yaml b/tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/test.yaml index 80cad222e..ca3b5d312 100644 --- a/tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/test.yaml +++ b/tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7 checks: - filter: diff --git a/tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/test.yaml b/tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/test.yaml index 9c8816f7b..04b41cd27 100644 --- a/tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/test.yaml +++ b/tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7 checks: - filter: diff --git a/tests/defrag/bug-6887-defrag-ipv4-tcp-syn/test.yaml b/tests/defrag/bug-6887-defrag-ipv4-tcp-syn/test.yaml index f7ccf0304..c25c0aec7 100644 --- a/tests/defrag/bug-6887-defrag-ipv4-tcp-syn/test.yaml +++ b/tests/defrag/bug-6887-defrag-ipv4-tcp-syn/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7 checks: - filter: diff --git a/tests/defrag/bug-6887-defrag-ipv6-tcp/test.yaml b/tests/defrag/bug-6887-defrag-ipv6-tcp/test.yaml index 0a8aeeab3..460cbbdbe 100644 --- a/tests/defrag/bug-6887-defrag-ipv6-tcp/test.yaml +++ b/tests/defrag/bug-6887-defrag-ipv6-tcp/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7 checks: - filter: -- 2.47.2