search for: 71458a1bb

Displaying 2 results from an estimated 2 matches for "71458a1bb".

2019 May 16
2
[PATCH] v2v: -o json: add a simple test for it
...TRA_DIST += \ test-v2v-networks-and-bridges.xml \ test-v2v-no-copy.sh \ test-v2v-o-glance.sh \ + test-v2v-o-json.sh \ test-v2v-o-libvirt.sh \ test-v2v-o-null.sh \ test-v2v-o-openstack.sh \ diff --git a/v2v/test-v2v-o-json.sh b/v2v/test-v2v-o-json.sh new file mode 100755 index 000000000..71458a1bb --- /dev/null +++ b/v2v/test-v2v-o-json.sh @@ -0,0 +1,58 @@ +#!/bin/bash - +# libguestfs virt-v2v test script +# Copyright (C) 2019 Red Hat Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the...
2019 May 16
0
Re: [PATCH] v2v: -o json: add a simple test for it
....xml \ > test-v2v-no-copy.sh \ > test-v2v-o-glance.sh \ > + test-v2v-o-json.sh \ > test-v2v-o-libvirt.sh \ > test-v2v-o-null.sh \ > test-v2v-o-openstack.sh \ > diff --git a/v2v/test-v2v-o-json.sh b/v2v/test-v2v-o-json.sh > new file mode 100755 > index 000000000..71458a1bb > --- /dev/null > +++ b/v2v/test-v2v-o-json.sh > @@ -0,0 +1,58 @@ > +#!/bin/bash - > +# libguestfs virt-v2v test script > +# Copyright (C) 2019 Red Hat Inc. > +# > +# This program is free software; you can redistribute it and/or modify > +# it under the terms of the GNU G...