mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-24 00:22:29 +02:00
51 lines
966 B
YAML
51 lines
966 B
YAML
kind: module
|
|
name: test-bash
|
|
description: Test basic bash execution
|
|
tags:
|
|
- test
|
|
- bash
|
|
- quick
|
|
params:
|
|
- name: target
|
|
default: ""
|
|
required: true
|
|
generator: ""
|
|
trigger: []
|
|
dependencies: null
|
|
reports: []
|
|
steps:
|
|
- name: echo-test
|
|
type: bash
|
|
step_runner: ""
|
|
pre_condition: ""
|
|
log: ""
|
|
timeout: 0
|
|
command: echo "Hello {{target}}"
|
|
commands: []
|
|
parallel_commands: []
|
|
std_file: ""
|
|
speed_args: ""
|
|
config_args: ""
|
|
input_args: ""
|
|
output_args: ""
|
|
function: ""
|
|
functions: []
|
|
parallel_functions: []
|
|
parallel_steps: []
|
|
input: ""
|
|
variable: ""
|
|
threads: 0
|
|
step: null
|
|
step_runner_config: null
|
|
step_remote_file: ""
|
|
host_output_file: ""
|
|
url: ""
|
|
method: ""
|
|
headers: {}
|
|
request_body: ""
|
|
messages: []
|
|
exports: {}
|
|
on_success: []
|
|
on_error: []
|
|
decision: []
|