aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeliamadalina <delia.popescu@enea.com>2017-07-17 14:32:41 +0300
committerDelia Popescu <delia.popescu@enea.com>2017-07-18 13:35:32 +0300
commit1084449e9b6bb8b8b4e40a28067a85c13d8ef9d8 (patch)
tree11fcb21d200961791c954b12408f36d905b6f241
parent6da0914b3f1cb4d146e50d748700ac047a8a9f2c (diff)
Add AARCH64 images back to Functest
aarch64 path files is reupdated with aarch64 cirros images Functest is now able to run on aarch64 too, using the appropriate images JIRA: ARMBAND-279 Change-Id: I05de0cb8315a33322225a6caedaa64a5a4833e4e Signed-off-by: Delia Popescu <delia.popescu@enea.com> Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
-rw-r--r--functest/ci/config_aarch64_patch.yaml17
1 files changed, 16 insertions, 1 deletions
diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml
index 45af8d74..27b27062 100644
--- a/functest/ci/config_aarch64_patch.yaml
+++ b/functest/ci/config_aarch64_patch.yaml
@@ -4,7 +4,22 @@ os:
image_name: TestVM
image_file_name: cirros-d161201-aarch64-disk.img
image_password: gocubsgo
-
+ snaps:
+ 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
+ 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
vping:
image_name: TestVM
='#n242'>242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339