Basics
Guides
References
System tests
Resources
Commits
tests.system.amazon
tests.system.amazon.aws
tests.system.amazon.aws.example_http_to_s3
create_connection(conn_id_name)
create_connection
sys_test_context_task
DAG_ID
cmd
test_context
test_run
Show Value""" #!/bin/bash echo 'foo' > /tmp/test_file cd /tmp nohup python3 -m http.server 8083 > /dev/null 2>&1 & echo $! sleep 2 exit 0 """
""" #!/bin/bash echo 'foo' > /tmp/test_file cd /tmp nohup python3 -m http.server 8083 > /dev/null 2>&1 & echo $! sleep 2 exit 0 """
Was this entry helpful?
create_connection()