Skip to content

Commit

Permalink
Merge ed1ce51 into 3d4f6d1
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Nov 22, 2019
2 parents 3d4f6d1 + ed1ce51 commit 20d1b7c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions spec/steps/provision.fmf
Expand Up @@ -68,3 +68,20 @@ example: |
how: beaker
family: Fedora31
tag: released

/connect:
summary: Connect to a provisioned box
description:
Do not provision a new system. Instead, use provided
authentication data to connect to a running machine.
example: |
provision:
how: connect
guest: hostname or ip address
user: username
password: password

provision:
how: connect
guest: hostname or ip address
key: private-key
9 changes: 9 additions & 0 deletions stories/cli/steps.fmf
Expand Up @@ -49,6 +49,15 @@
story: 'Provision a container'
example: tmt run provision --how=container --image=fedora:latest

/connect:
story: 'Connect to a provisioned box'
description:
Do not provision a new system. Instead, use provided
authentication data to connect to a running machine.
example:
- tmt run provision --how=connect --guest=name-or-ip --user=login --password=secret
- tmt run provision --how=connect --guest=name-or-ip --key=private-key

/prepare:
story: 'Select or adjust the prepare step'
description:
Expand Down

0 comments on commit 20d1b7c

Please sign in to comment.