Advertisement
Guest User

Untitled

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