Guest User

Untitled

a guest
May 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. device_type: mustang
  2. 2 job_name: mustang efi hack sessions
  3. 3
  4. 4 timeouts:
  5. 5 job:
  6. 6 hours: 3
  7. 7 action:
  8. 8 hours: 3
  9. 9 connection:
  10. 10 minutes: 20
  11. 11
  12. 12 priority: medium
  13. 13 visibility: public
  14. 14
  15. 15 actions:
  16. 16
  17. 17 - boot:
  18. 18 method: uefi-menu
  19. 19 commands: pxe-grub
  20. 20 prompts:
  21. 21 - 'root@2sborg-3:~#'
  22. 22 auto_login:
  23. 23 login_prompt: '2sborg-3 login:'
  24. 24 username: root
  25. 25 password_prompt: 'Password:'
  26. 26 password: ubuntu
  27. 27 timeout:
  28. 28 minutes: 20
  29. 29
  30. 30 - deploy:
  31. 31 methods:
  32. 32 ssh:
  33. 33 host: 192.168.68.55
  34. 34 identity_file: /root/.ssh/id_rsa
  35. 35 options: [-o, Compression=yes, -o, PasswordAuthentication=no, -o, LogLevel=FATAL]
  36. 36 port: '22'
  37. 37 user: root
  38. 38 timeout:
  39. 39 minutes: 3
  40. 40 to: ssh
  41. 41 connection: ssh
  42. 42 os: ubuntu
  43. 43
  44. 44 - test:
  45. 45 timeout:
  46. 46 minutes: 10
  47. 47 definitions:
  48. 48 - repository: https://github.com/mraqkhan/test-definitions.git
  49. 49 from: git
  50. 50 path: ubuntu/build_kernel.yaml
  51. 51 name: build-linux-kernel
Add Comment
Please, Sign In to add comment