[libvirt] [PATCH v2 01/11] tests: Add several net model passthrough tests

Michal Privoznik mprivozn at redhat.com
Tue Apr 16 15:27:11 UTC 2019


On 3/13/19 4:51 PM, Cole Robinson wrote:
> Examples of passing unknown strings through <interface>
> <model type=X/>
> 
> Signed-off-by: Cole Robinson <crobinso at redhat.com>
> ---
>   tests/qemuxml2argvdata/net-many-models.args   | 39 ++++++++++++++
>   tests/qemuxml2argvdata/net-many-models.xml    | 37 +++++++++++++
>   tests/qemuxml2argvtest.c                      |  1 +
>   tests/qemuxml2xmloutdata/net-many-models.xml  | 53 +++++++++++++++++++
>   tests/qemuxml2xmltest.c                       |  1 +
>   tests/xlconfigdata/test-net-fakemodel.cfg     | 24 +++++++++
>   tests/xlconfigdata/test-net-fakemodel.xml     | 39 ++++++++++++++
>   tests/xlconfigtest.c                          |  1 +
>   .../test-paravirt-net-fakemodel.cfg           | 13 +++++
>   .../test-paravirt-net-fakemodel.xml           | 40 ++++++++++++++
>   .../test-paravirt-net-modelstr.cfg            | 13 +++++
>   tests/xmconfigtest.c                          |  1 +
>   .../xml2sexpr-fv-net-many-models.sexpr        |  1 +
>   .../xml2sexpr-fv-net-many-models.xml          | 43 +++++++++++++++
>   tests/xml2sexprtest.c                         |  1 +
>   15 files changed, 307 insertions(+)
>   create mode 100644 tests/qemuxml2argvdata/net-many-models.args
>   create mode 100644 tests/qemuxml2argvdata/net-many-models.xml
>   create mode 100644 tests/qemuxml2xmloutdata/net-many-models.xml
>   create mode 100644 tests/xlconfigdata/test-net-fakemodel.cfg
>   create mode 100644 tests/xlconfigdata/test-net-fakemodel.xml
>   create mode 100644 tests/xmconfigdata/test-paravirt-net-fakemodel.cfg
>   create mode 100644 tests/xmconfigdata/test-paravirt-net-fakemodel.xml
>   create mode 100644 tests/xmconfigdata/test-paravirt-net-modelstr.cfg
>   create mode 100644 tests/xml2sexprdata/xml2sexpr-fv-net-many-models.sexpr
>   create mode 100644 tests/xml2sexprdata/xml2sexpr-fv-net-many-models.xml

You'll need to regenerate the test outputs though, but this is because 
patches were sitting unreviewed for quite some time.
Michal




More information about the libvir-list mailing list