Working idemptotent unit tests (start,stop,create,destroy)
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
9236ba8577
commit
e69880434d
6 changed files with 70 additions and 23 deletions
|
@ -23,7 +23,7 @@ var (
|
|||
CreateCommand = `pcreate`
|
||||
DestroyCommand = `pdestroy`
|
||||
LogsCommand = `plogs`
|
||||
StartCommand = `pstart`
|
||||
StartCommand = `cd ../sample-app && bash -c "./pstart"`
|
||||
StopCommand = `pstop`
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue