Guest User

Untitled

a guest
May 28th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. protocols:
  2. lava-multinode:
  3. roles:
  4. node1:
  5. device_type: ssh
  6. context:
  7. arch: x86
  8. count: 1
  9. tags:
  10. - tag1
  11. node2:
  12. device_type: ssh
  13. context:
  14. arch: x86
  15. count: 2
  16. tags:
  17. - tag2
  18. timeout:
  19. minutes: 6
  20. job_name: python-test-suite
  21. timeouts:
  22. job:
  23. minutes: 10
  24. action:
  25. minutes: 5
  26. connection:
  27. minutes: 2
  28. priority: medium
  29. visibility: public
  30. actions:
  31. - deploy:
  32. role:
  33. - node1
  34. timeout:
  35. minutes: 5
  36. to: ssh
  37. os: debian
  38. - deploy:
  39. role:
  40. - node2
  41. timeout:
  42. minutes: 5
  43. to: ssh
  44. os: debian
  45. - boot:
  46. timeout:
  47. minutes: 10
  48. role:
  49. - node1
  50. method: ssh
  51. connection: ssh
  52. failure_retry: 2
  53. prompts:
  54. - 'root@onkar:~#'
  55. - boot:
  56. timeout:
  57. minutes: 10
  58. role:
  59. - node2
  60. method: ssh
  61. connection: ssh
  62. failure_retry: 2
  63. prompts:
  64. - 'root@onkar:~#'
  65. - test:
  66. role:
  67. - node1
  68. timeout:
  69. minutes: 10
  70. definitions:
  71. - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
  72. from: git
  73. path: lava-test-shell/multi-node/multinode01.yaml
  74. name: multinode-basic
  75. - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
  76. from: git
  77. path: lava-test-shell/smoke-tests-basic.yaml
  78. name: smoke-tests
  79. - test:
  80. role:
  81. - node2
  82. timeout:
  83. minutes: 10
  84. definitions:
  85. - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
  86. from: git
  87. path: lava-test-shell/multi-node/multinode01.yaml
  88. name: multinode-basic
  89. - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
  90. from: git
  91. path: lava-test-shell
  92. name: smoke-tests
Add Comment
Please, Sign In to add comment