[PATCH 0/4] virnetdevbandwidthtest: Test QoS for OVS

Michal Privoznik posted 4 patches 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1656425669.git.mprivozn@redhat.com
tests/virnetdevbandwidthtest.c | 171 +++++++++++++++++++++------------
1 file changed, 109 insertions(+), 62 deletions(-)
[PATCH 0/4] virnetdevbandwidthtest: Test QoS for OVS
Posted by Michal Privoznik 1 year, 10 months ago
Cleanup virnetdevbandwidthtest and introduce new test cases.
However, Martin suggested (after glancing over the last patch) that
arguments could be stored in a file (just like qemuxml2argvtest does).
I'm not against that, but QEMU cmd line args change more often than
those of tc/ovs-vsctl. But if desired I can do the change (either as a
follow up or in v2).

Michal Prívozník (4):
  virnetdevbandwidthtest: Drop unnecessary brackets
  virnetdevbandwidthtest: Drop unused testMinimalStruct
  virnetdevbandwidthtest: Reformat TC cmd line
  virnetdevbandwidthtest: Test QoS for OVS

 tests/virnetdevbandwidthtest.c | 171 +++++++++++++++++++++------------
 1 file changed, 109 insertions(+), 62 deletions(-)

-- 
2.35.1

Re: [PATCH 0/4] virnetdevbandwidthtest: Test QoS for OVS
Posted by Martin Kletzander 1 year, 10 months ago
On Tue, Jun 28, 2022 at 04:17:31PM +0200, Michal Privoznik wrote:
>Cleanup virnetdevbandwidthtest and introduce new test cases.
>However, Martin suggested (after glancing over the last patch) that
>arguments could be stored in a file (just like qemuxml2argvtest does).
>I'm not against that, but QEMU cmd line args change more often than
>those of tc/ovs-vsctl. But if desired I can do the change (either as a
>follow up or in v2).
>

I, personally, do not need that, I just figured it could be nicer for
someone.

Anyway, good that you added the tests, I remember the units were not fun
to figure out with the inconsistencies wrt tc, so it's good we have it
in the tests too now.

>Michal Prívozník (4):
>  virnetdevbandwidthtest: Drop unnecessary brackets
>  virnetdevbandwidthtest: Drop unused testMinimalStruct
>  virnetdevbandwidthtest: Reformat TC cmd line
>  virnetdevbandwidthtest: Test QoS for OVS

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

>
> tests/virnetdevbandwidthtest.c | 171 +++++++++++++++++++++------------
> 1 file changed, 109 insertions(+), 62 deletions(-)
>
>-- 
>2.35.1
>