
On Wed, Aug 30, 2017 at 18:46:13 -0400, John Ferlan wrote:
From: Ashish Mittal <Ashish.Mittal@veritas.com>
This test verifies that multiple VxHS disks can be configured to multiple VxHS servers including being able disable TLS to one of those servers by specifying "tls='no'".
Each VxHS disk will generate a unique alias as well.
Signed-off-by: Ashish Mittal <Ashish.Mittal@veritas.com> Signed-off-by: John Ferlan <jferlan@redhat.com> ---
This is essentially the same as v5 patch9, but with cleanup of the resulting .args files to match reality of other code changes.
...-disk-drive-network-tlsx509-multidisk-vxhs.args | 43 +++++++++++++++++++ ...v-disk-drive-network-tlsx509-multidisk-vxhs.xml | 50 ++++++++++++++++++++++ tests/qemuxml2argvtest.c | 2 + 3 files changed, 95 insertions(+) create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-disk-drive-network-tlsx509-multidisk-vxhs.args create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-disk-drive-network-tlsx509-multidisk-vxhs.xml
This can be merged into the original test file. I don't see a reason testing multiple disks separately.