Skip to content

Commit 0c0b916

Browse files
authored
Update azure-vm-certification-faq.yml
iteration 1
1 parent 77a8317 commit 0c0b916

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

articles/marketplace/azure-vm-certification-faq.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,29 @@ sections:
482482
1. Generalize the VM, take the image VHD, and stop the VM.
483483
484484
1. Resubmit the generalized image.
485+
486+
487+
488+
489+
490+
- question: |
491+
Network Virtual Appliance validations
492+
answer: |
493+
During Marketplace image certification, a VM offer that is a Network Virtual Appliance (NVA) is validated using tests that are generic to any VM offer, as well as NVA testcases listed in the table below. The goal of these NVA specific validations is to verify how well the NVA image orchestrates with SDN stack.
494+
495+
|Test case|Steps to run test case|Solution|
496+
|---|---|---|
497+
|VHD Access|Ensure the correct SAS URL for the VHD is provided, the permissions are set to allow access and the NVA image is generalized|Verify the NVA image and the URL provided.|
498+
|NVA Deployment|Deploy a VM using the NVA with 1 NIC. Verify that the deployment is completed in 20 minutes.|If the deployment is not completed within 20 minutes, then verify the NVA image.|
499+
|NVA Reboot|Deploy a VM using the NVA with 1 NIC. Then, reboot it. Verify that the status of the VM is ‘Running’ and the NIC port 22 is reachable using Netcat command. For further information about Netcat command see next section below. Repeat the test with 3 NICs, and 7 NICs.|If VM doesn’t come up after reboot, then there may be an issue with the NVA image.
500+
501+
If the Netcat test fails, then it could be because the NIC failed to come up after the reboot even though the VM was running. Please wait for few minutes and try again. If after 20 mins it still fails, then there may be an issue with the NVA image|
502+
503+
504+
505+
506+
507+
485508

486509
- question: |
487510
Request an exception on VM images for select tests

0 commit comments

Comments
 (0)