tests.system.amazon.aws.example_http_to_s3

模块内容

函数

create_connection(conn_id_name)

属性

sys_test_context_task

DAG_ID

cmd

test_context

test_run

tests.system.amazon.aws.example_http_to_s3.sys_test_context_task[源代码]
tests.system.amazon.aws.example_http_to_s3.DAG_ID = 'example_http_to_s3'[源代码]
tests.system.amazon.aws.example_http_to_s3.cmd = 多行字符串[源代码]
显示值
"""
#!/bin/bash

echo 'foo' > /tmp/test_file

cd /tmp

nohup python3 -m http.server 8083 > /dev/null 2>&1 &

echo $!
sleep 2
exit 0
"""
tests.system.amazon.aws.example_http_to_s3.create_connection(conn_id_name)[源代码]
tests.system.amazon.aws.example_http_to_s3.test_context[源代码]
tests.system.amazon.aws.example_http_to_s3.test_run[源代码]

此条目是否有帮助?