Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. device_type: bcm2837-rpi-3-b
  2. job_name: question_to_Linaro_2
  3. priority: medium
  4. visibility: public
  5. timeouts:
  6. job:
  7. minutes: 360
  8. action:
  9. minutes: 15
  10. connection:
  11. minutes: 2
  12. secrets:
  13. AP_SSID: L4B Software_5G
  14. AP_KEY: *********
  15. protocols:
  16. lava-lxc:
  17. name: lxc-test
  18. distribution: ubuntu
  19. release: xenial
  20. arch: amd64
  21. verbose: true
  22. actions:
  23. - deploy:
  24. namespace: tlxc
  25. timeout:
  26. minutes: 10
  27. to: lxc
  28. packages:
  29. - wget
  30. - unzip
  31. - git
  32. - trace-cmd
  33. os: ubuntu
  34. - boot:
  35. namespace: tlxc
  36. prompts:
  37. - root@(.*):/#
  38. - :/
  39. timeout:
  40. minutes: 5
  41. method: lxc
  42. - test:
  43. namespace: tlxc
  44. timeout:
  45. minutes: 10
  46. definitions:
  47. - repository: https://git.linaro.org/qa/test-definitions.git
  48. from: git
  49. path: automated/linux/android-platform-tools/install.yaml
  50. name: install-android-platform-tools-r2800
  51. parameters:
  52. LINK: https://dl.google.com/android/repository/platform-tools_r28.0.0-linux.zip
  53. # CONTEXT_BLOCK
  54. context:
  55. arch: amd64
  56. # ACTIONS_BLOCK
  57. actions:
  58. - deploy:
  59. timeout:
  60. minutes: 120
  61. to: iso-installer
  62. images:
  63. rootfs:
  64. url: https://1drv.ms/u/s!Assmt4zK0HNqqlc8qotsjUl38bur?e=y9jxIQ
  65. sha256sum: 3b083bb97af2ae7719bc2a06b4d95be362b2d91bb8ea4dff828fd801df8be38f
  66. # BOOT_BLOCK
  67. - boot:
  68. method: qemu-iso
  69. media: media=cdrom,readonly
  70. timeout:
  71. minutes: 20
  72. connection: serial
  73. - test:
  74. namespace: tlxc
  75. connection: lxc
  76. timeout:
  77. minutes: 100
  78. definitions:
  79. - from: inline
  80. path: android-boot.yaml
  81. name: android-boot
  82. repository:
  83. metadata:
  84. format: Lava-Test Test Definition 1.0
  85. name: android-boot
  86. description: android-boot
  87. run:
  88. steps:
  89. - lava-test-case "android-boot-wait-for-device" --shell adb wait-for-device
  90. - lava-test-case "android-boot-sleep-2mins" --shell adb shell sleep 120
  91. - lava-test-case "android-boot" --shell adb shell getprop sys.boot_completed
  92. - test:
  93. namespace: tlxc
  94. connection: lxc
  95. timeout:
  96. minutes: 360
  97. definitions:
  98. - repository: https://git.linaro.org/qa/test-definitions.git
  99. from: git
  100. path: automated/android/noninteractive-tradefed/tradefed.yaml
  101. params:
  102. TEST_PARAMS: cts-lkft --disable-reboot
  103. TEST_URL: http://people.linaro.org/~yongqin.liu/lkft/pie/cts/9.0_r7//android-cts.zip
  104. TEST_PATH: android-cts
  105. RESULTS_FORMAT: atomic
  106. ANDROID_VERSION: android-9.0.0_r34
  107. name: cts-lkft
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement