10 lines
No EOL
149 B
Text
10 lines
No EOL
149 B
Text
NAME=http-post-cmd
|
|
FILE==
|
|
CMDS=<<EOF
|
|
!python3 scripts/http_post_cmd_upload.py
|
|
EOF
|
|
REGEXP_FILTER_OUT=(Test succ.+)
|
|
EXPECT=<<EOF
|
|
Test succeeded
|
|
EOF
|
|
RUN |