BUG-ID:CLOUDSTACK-9331:added code in marvin frame&new config file for advBaremetal support …#1458
Conversation
|
tools/marvin/marvin/config/Baremtal_AdvZone_Vmware.cfg does not have a license. @cloudsadhu please add it. |
| "cpunumber": "1", | ||
| "cpuspeed": "1000", | ||
| "memory": "1024", | ||
| "hosttags": "host15" |
|
Shouldn't the path shown in line 55 of your config file be OS-independent? |
a43d7e0 to
45a32b1
Compare
|
I have incorporated the all the review comments and squashed all my commits to single commit. This script prepares setup required to run advanced bare metal testcases ,i.e that creates advanced zone setup with vmware& bare metal cluster. prepares the system vms& upload the switc configuration file required for baremetal. Test results: C:\Python27\python.exe D:/cpmsource/acs/cloudstack/tools/marvin/marvin/deployDataCenter.py -i D:\cpmsource\internal-cloudstack\BVT_SmokeTest_Adv_Vmware.cfg ==== Log Folder Path: tmp//DeployDataCenter__Apr_05_2016_16_34_44_B2WTSH. All logs will be available here ==== ==== Deploy DC Started ==== === Data Center Settings are dumped to tmp//DeployDataCenter__Apr_05_2016_16_34_44_B2WTSH/dc_entries.obj=== ====Deploy DC Successful===== |
|
LGTM based on code walk through |
|
I don't have the ability to test this. Would you mind running the following tests to verify there are no issues in the setup once the DC has been deployed and then post back the results? |
45a32b1 to
fc98a3f
Compare
|
HI, Its only marvin changes which will help to prepare the setup and won't impact the test cases. also noticed one issue in cfg file while running these cases which i fixed now with new commit.fc98a3fabe489d1f4b6addf4836c1b3c257fae1a(logger key defined inside Zone dictionary but i should define outside so i fixed that part). please find the test results as well. Ran 5 tests in 842.283s OK |
fc98a3f to
423ccd4
Compare
|
LGTM based on the code review!! |
|
I think this one is ready. I want Jenkins to be green before I merge though. I will review what is going on with Jenkins today. I will this to my merge list. |
…support baremetal advanced testcases
423ccd4 to
5f16199
Compare
|
Thanks Swill and now All the checks are passed.Please merge this PR. |
BUG-ID:CLOUDSTACK-9331:added code in marvin frame&new config file for advBaremetal support Added code in marvin framework&new config file to support baremetal advanced testcases * pr/1458: BUG-ID:CLOUDSTACK-9331:added code in marvin frame&new config file to support baremetal advanced testcases Signed-off-by: Will Stevens <williamstevens@gmail.com>
Added code in marvin framework&new config file to support baremetal advanced testcases