File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
test/io/cloudslang/base/cmd Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
# #######################################################################################################################
9
9
testRunCommandSuccess :
10
10
inputs :
11
- - command : echo test
12
- - cwd : None
11
+ - command : ' echo test'
12
+ - cwd : null
13
13
description : Tests that run_command.sl operation finishes with SUCCESS for a valid command
14
14
testFlowPath : io.cloudslang.base.cmd.run_command
15
15
result : SUCCESS
16
16
17
17
testRunCommandFailure :
18
18
inputs :
19
- - command : wrong_command
20
- - cwd : None
19
+ - command : ' wrong_command'
21
20
description : Tests that run_command.sl operation finishes with Failure for an invalid command
22
21
testFlowPath : io.cloudslang.base.cmd.run_command
23
22
result : FAILURE
You can’t perform that action at this time.
0 commit comments