Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[WIP] jhenner's test cases cleanup #9949

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
22 changes: 16 additions & 6 deletions cfme/tests/cloud_infra_common/test_provisioning_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,23 @@ def test_public_ip_reuse_azure():

@pytest.mark.manual
@pytest.mark.tier(2)
def test_vmware_default_placement_vmware():
def test_vmware_host_placement_on_drs_cluster():
"""
Test host autoplacement provisioning on VMware. now we are able to get
DRS property of the Cluster from VC and specify if selected Cluster
requires pre-selected Host Name or not
CFME: Cluster properties - DRS = True
VC: Cluster / Manage / Settings / vSphere DRS
Test host autoplacement provisioning on VMware.

Requirements:
A cluster in vSphere with DRS enabled:
CFME: Cluster properties - DRS = True
This can be achieved in VirtualCenter on:
Cluster / Manage / Settings / vSphere DRS

testSteps:
1) Provision a VM on vcenter. Select *manual* placement. Do *not* specify
the Host (choose host <None>).

expectedResults:
1) VM provisioned.


Polarion:
assignee: jhenner
Expand Down