Skip to content

Commit

Permalink
Fix run_command tests
Browse files Browse the repository at this point in the history
Signed-off-by: sorin <[email protected]>
  • Loading branch information
sorin committed Feb 17, 2017
1 parent bbb2c43 commit aa4e3dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/io/cloudslang/base/cmd/run_command.inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
########################################################################################################################
testRunCommandSuccess:
inputs:
- command: echo test
- cwd: None
- command: 'echo test'
- cwd: null
description: Tests that run_command.sl operation finishes with SUCCESS for a valid command
testFlowPath: io.cloudslang.base.cmd.run_command
result: SUCCESS

testRunCommandFailure:
inputs:
- command: wrong_command
- cwd: None
- command: 'wrong_command'
description: Tests that run_command.sl operation finishes with Failure for an invalid command
testFlowPath: io.cloudslang.base.cmd.run_command
result: FAILURE
Expand Down

0 comments on commit aa4e3dc

Please sign in to comment.