selftests/tc-testing: add missing config
authorLi Zhijian <zhijianx.li@intel.com>
Fri, 3 Dec 2021 02:53:22 +0000 (10:53 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Dec 2021 11:46:41 +0000 (11:46 +0000)
commita8c9505c53c5f1f0aba572a4c70e2d91ad08434e
tree5dad1b9fd7c4bab7389762bfc06f89c1cec1ec84
parent96f3896780153214040a6747974bebc1355307c0
selftests/tc-testing: add missing config

qdiscs/fq_pie requires CONFIG_NET_SCH_FQ_PIE, otherwise tc will fail
to create a fq_pie qdisc.

It fixes following issue:
 # not ok 57 83be - Create FQ-PIE with invalid number of flows
 #       Command exited with 2, expected 0
 # Error: Specified qdisc not found.

Signed-off-by: Li Zhijian <zhijianx.li@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/config