Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argotest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Reis
argotest
Commits
3a7b5b1d
Commit
3a7b5b1d
authored
Dec 19, 2018
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[doc] Readme update.
parent
55b288fb
Pipeline
#4725
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
9 deletions
+28
-9
README.md
README.md
+28
-9
No files found.
README.md
View file @
3a7b5b1d
...
...
@@ -128,11 +128,9 @@ Available options:
Available commands:
clean Clean sockets, logfiles.
daemon
Set up and launch the daemon in synchronous mode,
daemon
-only
Set up and launch the daemon in synchronous mode,
with properly cleaned sockets, logfiles.
stack Setup stack and run a command in a container.
grep Setup stack and look for a message in the daemon's
standard output.
full-stack Setup stack and run a command in a container.
helloworld Test 1: Setup stack and check that a hello world app
sends message back to cmd.
perfwrapper Test 2: Setup stack and check that argo-perf-wrapper
...
...
@@ -154,13 +152,16 @@ Usage: argotk.hs helloworld [--application APP]
[--manifest_name FILE] [--cmd_out FILE]
[--cmd_err FILE] [--daemon_out FILE]
[--daemon_err FILE] [--nrm_log FILE]
[--time_file FILE]
[--message_daemon_stdout STRING]
[--message_daemon_stdout STRING]
[--message_daemon_stdout STRING]
[--message_daemon_stdout STRING]
Test 1: Setup stack and check that a hello world app sends message back to
cmd.
Available options:
--application APP Target application
call, sh+path
valid (default: "echo helloworld
")
--application APP Target application
executable name. PATH is
inherited. (default: "echo
")
--container_name ARGO_CONTAINER_UUID
Container name (default: "testContainer")
--output FILE Working directory. (default: FilePath "_output")
...
...
@@ -177,8 +178,26 @@ Available options:
--daemon_err FILE Output file, daemon
stderr (default: FilePath "daemon_err.log")
--nrm_log FILE Output file, daemon log (default: FilePath "nrm.log")
--time_file FILE Output file, application
runtime (default: FilePath "time.log")
--message_daemon_stdout STRING
The appearance of this character string in the daemon
stdout will be monitored during execution and the
stack will be killed when observing it, returning a
successful exit code.
--message_daemon_stdout STRING
The appearance of this character string in the daemon
stderr will be monitored during execution and the
stack will be killed when observing it, returning a
successful exit code.
--message_daemon_stdout STRING
The appearance of this character string in the cmd
stdout will be monitored during execution and the
stack will be killed when observing it, returning a
successful exit code. (default: "Hello-Moto")
--message_daemon_stdout STRING
The appearance of this character string in the cmd
stderr will be monitored during execution and the
stack will be killed when observing it, returning a
successful exit code. (default: "Hello-Moto")
-h,--help Show this help text
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment