Uh oh!
There was an error while loading. Please reload this page.
NPE fix for System VM's start Command - #3985
Conversation
Uh oh!
There was an error while loading. Please reload this page.
2a5a68c to
e213ceaCompareblueorangutan
commented
Mar 24, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1080 |
DaanHoogland
left a comment
There was a problem hiding this comment.
code lgtm, in spite of the twice used constant.
could have been
private static final VMWARE_BOOT_MODE = ApiConstants.BootType.BIOS.toString();
DaanHoogland
commented
Mar 24, 2020
@blueorangutan test matrix |
blueorangutan
commented
Mar 24, 2020
@DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware67, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Mar 24, 2020
Trillian test result (tid-1292)
|
blueorangutan
commented
Mar 24, 2020
Trillian test result (tid-1291)
|
blueorangutan
commented
Mar 24, 2020
Trillian test result (tid-1293)
|
DaanHoogland
commented
May 18, 2020
@pavanaravapalli please review #4088/#4089 |
This reverts commit 08699aa.
Description
System VM's are failed to deploy on VM ware setup, due to NPE.
Solution : Added Null check for the same and took care of respective code flow changes.
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?
Yet to test and update.