Re: [PATCH v5 2/3] tests/vm: Let subclasses disable IPv6

2019-10-21 Thread Thomas Huth
On 18/10/2019 20.17, Eduardo Habkost wrote: > The mechanism will be used to work around issues related to IPv6 > on the netbsd image builder. > > Signed-off-by: Eduardo Habkost > --- > tests/vm/basevm.py | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/tests/vm/basev

Re: [PATCH v5 2/3] tests/vm: Let subclasses disable IPv6

2019-10-18 Thread Philippe Mathieu-Daudé
On 10/18/19 8:17 PM, Eduardo Habkost wrote: The mechanism will be used to work around issues related to IPv6 on the netbsd image builder. Signed-off-by: Eduardo Habkost --- tests/vm/basevm.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/vm/basevm.py b/tests/v

[PATCH v5 2/3] tests/vm: Let subclasses disable IPv6

2019-10-18 Thread Eduardo Habkost
The mechanism will be used to work around issues related to IPv6 on the netbsd image builder. Signed-off-by: Eduardo Habkost --- tests/vm/basevm.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/vm/basevm.py b/tests/vm/basevm.py index b5d1479bee..2929de23aa 100755