Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - 1 metadata:
 - 2 name: first-test-run
 - 3 desription: "connect and echo test"
 - 4 os: ubuntu
 - 5 devices: home_pc
 - 6 scope: functional
 - 7
 - 8 visibility: public
 - 9 device_type: ssh
 - 10
 - 11 job_name: ssh-login
 - 12
 - 13 timeouts:
 - 14 job:
 - 15 minutes: 5
 - 16 action:
 - 17 minutes: 1
 - 18
 - 19 actions:
 - 20 - deploy:
 - 21 methods:
 - 22 ssh:
 - 23 ssh_user: ivan
 - 24 user: ivan
 - 25 path: /tmp
 - 26 to: ssh
 - 27 os: ubuntu
 - 28 - boot:
 - 29 method: ssh
 - 30 connection: ssh
 - 31 failure_retry: 2
 - 32 prompts:
 - 33 - 'ivan@iarishchenko_pc ~ $ '
 - 34 - test:
 - 35 definitions:
 - 36 - from: inline
 - 37 name: echo-test-ssh
 - 38 path: inline/echo-test.yaml
 - 39 repository:
 - 40 metadata:
 - 41 format: Lava-Test Test Definition 1.0
 - 42 name: echo-test
 - 43 description: echo test at target device
 - 44 os:
 - 45 - ubuntu
 - 46 scope:
 - 47 - functional
 - 48 run:
 - 49 steps:
 - 50 - echo "Hello,:" "world!"
 - 51
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment