Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2017 VMware, Inc. All Rights Reserved.
# Copyright 2016-2018 VMware, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@ Simple VSAN Setup
\ Exit For Loop If ${status}

Set Suite Variable @{list} ${user}-${name}.vcva-${VC_VERSION} ${user}-${name}.esx.0 ${user}-${name}.esx.1 ${user}-${name}.esx.2 ${user}-${name}.esx.3 ${user}-${name}.nfs.0 ${user}-${name}.iscsi.0

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this whitespace?

Log To Console Set environment variables up for GOVC
Set Environment Variable GOVC_URL ${vc-ip}
Set Environment Variable GOVC_USERNAME Administrator@vsphere.local
Expand All @@ -57,16 +57,21 @@ Simple VSAN Setup
Set Environment Variable TEST_RESOURCE cls
Set Environment Variable TEST_TIMEOUT 15m


Check VSAN DOMs In Datastore
[Arguments] ${test_datastore}
${out}= Run govc datastore.vsan.dom.ls -ds ${test_datastore} -l -o
Should Be Empty ${out}


*** Test Cases ***
Simple VSAN
${out}= Run govc datastore.vsan.dom.ls -ds %{TEST_DATASTORE} -l -o
Should Be Empty ${out}
Wait Until Keyword Succeeds 10x 30s Check VSAN DOMs In Datastore %{TEST_DATASTORE}

Custom Testbed Keepalive /dbc/pa-dbc1111/mhagen

Install VIC Appliance To Test Server
Run Regression Tests
Cleanup VIC Appliance On Test Server

${out}= Run govc datastore.vsan.dom.ls -ds %{TEST_DATASTORE} -l -o
Should Be Empty ${out}
Wait Until Keyword Succeeds 10x 30s Check VSAN DOMs In Datastore %{TEST_DATASTORE}