Re: [PATCH net] tc-testing: fix geneve options match in tunnel_key unit tests

2020-06-18 Thread Hangbin Liu
On Thu, Jun 18, 2020 at 10:53:51AM +0200, Davide Caratti wrote: > On Thu, 2020-06-18 at 16:37 +0800, Hangbin Liu wrote: > > tc action print "geneve_opts" instead of "geneve_opt". > > Fix the typo, or we will unable to match correct action output. > > > > hello Hangbin, > > > Fixes: cba54f9cf4ec

Re: [PATCH net] tc-testing: fix geneve options match in tunnel_key unit tests

2020-06-18 Thread Davide Caratti
On Thu, 2020-06-18 at 16:37 +0800, Hangbin Liu wrote: > tc action print "geneve_opts" instead of "geneve_opt". > Fix the typo, or we will unable to match correct action output. > hello Hangbin, > Fixes: cba54f9cf4ec ("tc-testing: add geneve options in tunnel_key unit > tests") this Fixes: tag

[PATCH net] tc-testing: fix geneve options match in tunnel_key unit tests

2020-06-18 Thread Hangbin Liu
tc action print "geneve_opts" instead of "geneve_opt". Fix the typo, or we will unable to match correct action output. Fixes: cba54f9cf4ec ("tc-testing: add geneve options in tunnel_key unit tests") Signed-off-by: Hangbin Liu --- .../tc-testing/tc-tests/actions/tunnel_key.json| 14 +++---