selftests: drivers: hw: Include tc_common.sh in hw_stats_l3
The tests use the constant TC_HIT_TIMEOUT when waiting on the counter values. However it does not include tc_common.sh where the counter is specified. The test has been robust in our testing, which means the counter is bumped quickly enough that the updated value is available already on the first iteration. Nevertheless it's not correct. Include tc_common.sh as appropriate. Signed-off-by: Petr Machata <petrm@nvidia.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
f359d44a4e
commit
bfc4294068
@ -50,6 +50,7 @@ ALL_TESTS="
|
||||
NUM_NETIFS=4
|
||||
lib_dir=$(dirname "$0")
|
||||
source "$lib_dir"/../../../net/forwarding/lib.sh
|
||||
source "$lib_dir"/../../../net/forwarding/tc_common.sh
|
||||
|
||||
h1_create()
|
||||
{
|
||||
|
@ -15,6 +15,7 @@ NUM_NETIFS=6
|
||||
lib_dir=$(dirname "$0")
|
||||
source "$lib_dir"/../../../net/forwarding/lib.sh
|
||||
source "$lib_dir"/../../../net/forwarding/ipip_lib.sh
|
||||
source "$lib_dir"/../../../net/forwarding/tc_common.sh
|
||||
|
||||
setup_prepare()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user