diff options
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/config_aarch64_patch.yaml | 14 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml index 27b27062..de82dbc7 100644 --- a/functest/ci/config_aarch64_patch.yaml +++ b/functest/ci/config_aarch64_patch.yaml @@ -8,18 +8,16 @@ os: images: glance_tests: disk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-disk.img - kernel_file: /home/opnfv/functest/images/cirros-d161201-aarch64-kernel - ramdisk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-initramfs extra_properties: - os_command_line: root=/dev/vdb1 rw rootwait console=tty0 console=ttyS0 console=ttyAMA0 - hw_video_model: vga + hw_firmware_type: 'uefi' + short_id: 'ubuntu16.04' + hw_video_model: 'vga' cirros: disk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-disk.img - kernel_file: /home/opnfv/functest/images/cirros-d161201-aarch64-kernel - ramdisk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-initramfs extra_properties: - os_command_line: root=/dev/vdb1 rw rootwait console=tty0 console=ttyS0 console=ttyAMA0 - hw_video_model: vga + hw_firmware_type: 'uefi' + short_id: 'ubuntu16.04' + hw_video_model: 'vga' vping: image_name: TestVM diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index c6aa6362..3dcf9b13 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -543,7 +543,7 @@ tiers: - case_name: orchestra_ims - enabled: false + enabled: true project_name: functest criteria: 100 blocking: false @@ -551,7 +551,7 @@ tiers: VNF deployment with OpenBaton (Orchestra) dependencies: installer: '' - scenario: '' + scenario: 'os-nosdn-nofeature-ha' run: module: 'functest.opnfv_tests.vnf.ims.orchestra_ims' class: 'ImsVnf' |