[
https://issues.apache.org/jira/browse/CLOUDSTACK-9211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155106#comment-15155106
]
ASF GitHub Bot commented on CLOUDSTACK-9211:
--------------------------------------------
Github user nvazquez commented on the pull request:
https://github.com/apache/cloudstack/pull/1310#issuecomment-186444960
Hi @bhaisaab sorry I couldn't post this earlier but I've been working on
another pull request and couldn't be able to test this one before.
As my chages affects vm deployments, I only ran
<code>test_deploy_vms_with_varied_deploymentplanners.py</code>,
<code>test_reset_vm_on_reboot.py</code> and <code>test_vm_life_cycle.py</code>
but I can run all the test if you want
```
# nosetests --with-marvin --marvin-config=setup/dev/advanced.cfg.new
test/integration/smoke/test_deploy_vms_with_varied_deploymentplanners.py
test/integration/smoke/test_reset_vm_on_reboot.py
==== Marvin Init Started ====
=== Marvin Parse Config Successful ===
=== Marvin Setting TestData Successful===
==== Log Folder Path: /tmp//MarvinLogs//Feb_19_2016_14_55_40_UF5PE3. All
logs will be available here ====
=== Marvin Init Logging Successful===
==== Marvin Init Successful ====
===final results are now copied to:
/tmp//MarvinLogs/test_reset_vm_on_reboot_S6H4PW===
```
```
# cat /tmp//MarvinLogs/test_reset_vm_on_reboot_S6H4PW/results.txt
Test to deploy vm with a first fit offering ... === TestName:
test_deployvm_firstfit | Status : SUCCESS ===
ok
Test deploy VMs using user concentrated planner ... === TestName:
test_deployvm_userconcentrated | Status : SUCCESS ===
ok
Test deploy VMs using user dispersion planner ... === TestName:
test_deployvm_userdispersing | Status : SUCCESS ===
ok
Test reset virtual machine on reboot ... === TestName:
test_01_reset_vm_on_reboot | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 4 tests in 571.499s
OK
```
> Support passing vRAM size over to Esxi hypervisor to support 3D GPU on Vmware
> -----------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9211
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9211
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: VMware
> Affects Versions: 4.8.0
> Reporter: Nicolas Vazquez
> Fix For: 4.8.0
>
>
> CS support passing hypervisor options by creating entries in
> {{vm_template_details}} or {{user_vm_details}}
> To enable software 3D GPU 4 options needs to be added:
> ||name||value||
> |mks.enable3d|true|
> |mks.use3dRenderer|automatic|
> |svga.autodetect|false|
> |svga.vramSize|(size in KB) e.g. 131072|
> Currently all options except {{svga.vramSize}} works, VMs always get
> configured with default 64Mb videoRAM instead of the one provided on the
> option.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)