[
https://issues.apache.org/jira/browse/CLOUDSTACK-7985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946737#comment-14946737
]
ASF GitHub Bot commented on CLOUDSTACK-7985:
--------------------------------------------
Github user wilderrodrigues commented on the pull request:
https://github.com/apache/cloudstack/pull/844#issuecomment-146175526
Hi @ustcweizhou
Thanks for the details. Are there some integration tests that we could use
to cover the cases you described?
I can runt the following tests to make sure it doesn't break existing
features:
```
echo "Running tests with required_hardware=true"
nosetests --with-marvin --marvin-config=[MARVIN_CONFIG_HERE] -s -a
tags=advanced,required_hardware=true \
component/test_vpc_redundant.py \
component/test_routers_iptables_default_policy.py \
component/test_vpc_router_nics.py
echo "Running tests with required_hardware=false"
nosetests --with-marvin --marvin-config=[MARVIN_CONFIG_HERE] -s -a
tags=advanced,required_hardware=false \
smoke/test_routers.py \
smoke/test_network_acl.py \
smoke/test_privategw_acl.py \
smoke/test_reset_vm_on_reboot.py \
smoke/test_vm_life_cycle.py \
smoke/test_vpc_vpn.py \
smoke/test_service_offerings.py \
component/test_vpc_offerings.py \
component/test_vpc_routers.py
```
But I'm not sure if those tests will cover all of your changes.
Cheers,
Wilder
> assignVM in Advanced zone with Security Groups
> ----------------------------------------------
>
> Key: CLOUDSTACK-7985
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7985
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Wei Zhou
> Assignee: Wei Zhou
>
> now it is not supported
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)