Skip to content

Commit 719b477

Browse files
matttbekuba-moo
authored andcommitted
selftests: tc: add 'ct' action kconfig dep
When looking for something else in LKFT reports [1], I noticed most of the tests were skipped because the "teardown stage" did not complete successfully. Pedro found out this is due to the fact CONFIG_NF_FLOW_TABLE is required but not listed in the 'config' file. Adding it to the list fixes the issues on LKFT side. CONFIG_NET_ACT_CT is now set to 'm' in the final kconfig. Fixes: c34b961 ("net/sched: act_ct: Create nf flow table per zone") Cc: [email protected] Link: https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230711/testrun/18267241/suite/kselftest-tc-testing/test/tc-testing_tdc_sh/log [1] Link: https://lore.kernel.org/netdev/[email protected]/T/ [2] Suggested-by: Pedro Tammela <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]> Tested-by: Zhengchao Shao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Jamal Hadi Salim <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent fda0579 commit 719b477

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/tc-testing

1 file changed

+1
-0
lines changed

tools/testing/selftests/tc-testing/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONFIG_NF_CONNTRACK=m
55
CONFIG_NF_CONNTRACK_MARK=y
66
CONFIG_NF_CONNTRACK_ZONES=y
77
CONFIG_NF_CONNTRACK_LABELS=y
8+
CONFIG_NF_FLOW_TABLE=m
89
CONFIG_NF_NAT=m
910
CONFIG_NETFILTER_XT_TARGET_LOG=m
1011

0 commit comments

Comments
 (0)