Hi!
> +tst_resm TINFO "networks with the same VLAN ID must work"
> +
> +res="TPASS"
> +
> +virt_setup "id 4094" "id 4094"
> +virt_compare_netperf || res="TFAIL"
> +
> +tst_resm $res "done"
> +
> +tst_resm TINFO "different VLAN ID shall not work together"
> +res="TPASS"
> +virt_setup "id 4093" "id 4094"
> +virt_compare_netperf && res="TFAIL"
> +
> +tst_resm $res "done"

I would rather see the test issuing one PASS/FAIL for each of the
asserting here. Why cannot we use tst_resm TPASS/TFAIL in the
virt_compare_netperf function?

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to