Skip test cases not supported by CVM
@johnsongeorge-w I would appreciate your input on which test cases should be skipped. I know some features such as AN plan to be supported in the future while others will never be supported on CVM.
@LiliDeng LGTM
@LiliDeng LGTM
testing
By default if run gen2+verify_lsvmbus case, its result is skipped.
CVMSuite.verify_lsvmbus: SKIPPED deployment skipped: capability doesn't support requirement: ['security_profile/requirement not supported in capability. requirement: allowed:False,items:[SecurityProfileType.Standard], capability: allowed:True,items:[SecurityProfileType.CVM]']
with this pr, the result is failed. @kamalca is it expected?
CVMSuite.verify_lsvmbus: FAILED deployment failed. LisaException: BadRequest: Use of ConfidentialVM setting is not supported for the provided image.
By default if run gen2+verify_lsvmbus case, its result is skipped.
CVMSuite.verify_lsvmbus: SKIPPED deployment skipped: capability doesn't support requirement: ['security_profile/requirement not supported in capability. requirement: allowed:False,items:[SecurityProfileType.Standard], capability: allowed:True,items:[SecurityProfileType.CVM]']with this pr, the result is failed. @kamalca is it expected?
CVMSuite.verify_lsvmbus: FAILED deployment failed. LisaException: BadRequest: Use of ConfidentialVM setting is not supported for the provided image.
I did not change CVM enabled requirement used by that test case and I did not edit the requirements for that test case. My PR was the only difference between the runs?
By default if run gen2+verify_lsvmbus case, its result is skipped.
CVMSuite.verify_lsvmbus: SKIPPED deployment skipped: capability doesn't support requirement: ['security_profile/requirement not supported in capability. requirement: allowed:False,items:[SecurityProfileType.Standard], capability: allowed:True,items:[SecurityProfileType.CVM]']with this pr, the result is failed. @kamalca is it expected?CVMSuite.verify_lsvmbus: FAILED deployment failed. LisaException: BadRequest: Use of ConfidentialVM setting is not supported for the provided image.I did not change CVM enabled requirement used by that test case and I did not edit the requirements for that test case. My PR was the only difference between the runs?
yes, you can double check.
By default if run gen2+verify_lsvmbus case, its result is skipped.
CVMSuite.verify_lsvmbus: SKIPPED deployment skipped: capability doesn't support requirement: ['security_profile/requirement not supported in capability. requirement: allowed:False,items:[SecurityProfileType.Standard], capability: allowed:True,items:[SecurityProfileType.CVM]']with this pr, the result is failed. @kamalca is it expected?CVMSuite.verify_lsvmbus: FAILED deployment failed. LisaException: BadRequest: Use of ConfidentialVM setting is not supported for the provided image.I did not change CVM enabled requirement used by that test case and I did not edit the requirements for that test case. My PR was the only difference between the runs?
my bad. your changes look good.
@johnsongeorge-w I would appreciate your input on which test cases should be skipped. I know some features such as AN plan to be supported in the future while others will never be supported on CVM.
@johnsongeorge-w could you please share your comments before merging code.
@kamalca let know when it is ready for merging.