nareshkamboju

Juno Basic test

Nov 11th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. {
  2. "actions": [
  3. {
  4. "command": "deploy_linaro_android_image",
  5. "metadata": {
  6. "android.build": "76",
  7. "android.name": "android-lcr-reference-juno-n",
  8. "android.url": "https://ci.linaro.org/jenkins/job/android-lcr-reference-juno-n/76/"
  9. },
  10. "parameters": {
  11. "bootloadertype": "uefi",
  12. "images": [
  13. {
  14. "partition": "boot",
  15. "url": "https://snapshots.linaro.org/android//android-lcr-reference-juno-n/76//boot.tar.bz2"
  16. },
  17. {
  18. "partition": "userdata",
  19. "url": "https://snapshots.linaro.org/android//android-lcr-reference-juno-n/76//userdata.tar.bz2"
  20. },
  21. {
  22. "partition": "system",
  23. "url": "https://snapshots.linaro.org/android//android-lcr-reference-juno-n/76//system.tar.bz2"
  24. }
  25. ]
  26. }
  27. },
  28. {
  29. "command": "boot_linaro_android_image",
  30. "parameters": {
  31. "enable_network_after_boot_android": false,
  32. "test_image_prompt": "shell@juno"
  33. }
  34. },
  35. {
  36. "command": "lava_test_shell",
  37. "parameters": {
  38. "lava_test_dir": "/data/local/tmp/lava/meminfo",
  39. "lava_test_results_dir": "/local/tmp/lava/meminfo",
  40. "testdef_repos": [
  41. {
  42. "git-repo": "git://git.linaro.org/qa/test-definitions.git",
  43. "testdef": "android/meminfo.yaml"
  44. }
  45. ],
  46. "timeout": 1800
  47. }
  48. },
  49. {
  50. "command": "lava_test_shell",
  51. "parameters": {
  52. "lava_test_dir": "/data/local/tmp/lava/busybox",
  53. "lava_test_results_dir": "/local/tmp/lava/busybox",
  54. "testdef_repos": [
  55. {
  56. "git-repo": "git://git.linaro.org/qa/test-definitions.git",
  57. "testdef": "android/busybox.yaml"
  58. }
  59. ],
  60. "timeout": 1800
  61. }
  62. },
  63. {
  64. "command": "lava_test_shell",
  65. "parameters": {
  66. "lava_test_dir": "/data/local/tmp/lava/boottime",
  67. "lava_test_results_dir": "/local/tmp/lava/boottime",
  68. "testdef_repos": [
  69. {
  70. "git-repo": "git://git.linaro.org/qa/test-definitions.git",
  71. "testdef": "android/boottime.yaml"
  72. }
  73. ],
  74. "timeout": 1800
  75. }
  76. },
  77. {
  78. "command": "lava_test_shell",
  79. "parameters": {
  80. "lava_test_dir": "/data/local/tmp/lava/ping_dns",
  81. "lava_test_results_dir": "/local/tmp/lava/ping_dns",
  82. "testdef_repos": [
  83. {
  84. "git-repo": "git://git.linaro.org/qa/test-definitions.git",
  85. "testdef": "android/ping_dns.yaml"
  86. }
  87. ],
  88. "timeout": 1800
  89. }
  90. },
  91. {
  92. "command": "lava_test_shell",
  93. "parameters": {
  94. "lava_test_dir": "/data/local/tmp/lava/kernel",
  95. "lava_test_results_dir": "/local/tmp/lava/kernel",
  96. "testdef_repos": [
  97. {
  98. "git-repo": "git://git.linaro.org/qa/test-definitions.git",
  99. "testdef": "android/linaro_android_kernel_test.yaml"
  100. }
  101. ],
  102. "timeout": 3600
  103. }
  104. },
  105. {
  106. "command": "lava_test_shell",
  107. "parameters": {
  108. "lava_test_dir": "/data/local/tmp/lava/xtest",
  109. "lava_test_results_dir": "/local/tmp/lava/xtest",
  110. "testdef_repos": [
  111. {
  112. "git-repo": "git://git.linaro.org/qa/test-definitions.git",
  113. "testdef": "android/optee-xtest.yaml"
  114. }
  115. ],
  116. "timeout": 3600
  117. }
  118. },
  119. {
  120. "command": "lava_test_shell",
  121. "parameters": {
  122. "lava_test_dir": "/data/local/tmp/lava/tjbench",
  123. "lava_test_results_dir": "/local/tmp/lava/tjbench",
  124. "testdef_repos": [
  125. {
  126. "git-repo": "git://git.linaro.org/qa/test-definitions.git",
  127. "parameters": {
  128. "LOOP_COUNT": "1",
  129. "RECORD_RESULT_LOCAL": "TRUE"
  130. },
  131. "testdef": "android/tjbench.yaml"
  132. }
  133. ],
  134. "timeout": 3600
  135. }
  136. },
  137. {
  138. "command": "submit_results",
  139. "parameters": {
  140. "server": "http://validation.linaro.org/RPC2/",
  141. "stream": "/private/team/wg/wg-private/"
  142. }
  143. }
  144. ],
  145. "device_type": "juno",
  146. "job_name": "android-lcr-reference-juno-n-76-basic",
  147. "timeout": 5400
  148. }
Add Comment
Please, Sign In to add comment