Commit 3acc835f authored by 김진영's avatar 김진영
Browse files

Update batch_test.py

parent dd624340
...@@ -25,7 +25,7 @@ with DAG( ...@@ -25,7 +25,7 @@ with DAG(
# t1, t2 and t3 are examples of tasks created by instantiating operators # t1, t2 and t3 are examples of tasks created by instantiating operators
t1 = BashOperator( t1 = BashOperator(
task_id='post_gasan', task_id='post_gasan',
bash_command="curl -X 'POST' 'http://10.231.238.224:30999/api/v1/camera/writeimage' -H 'Content-Type: application/json' -d '{"id": "test", "pw": "test", "ip": "10.123.123.1", "serialNum": "aaaa", "camName": "abc"}'", bash_command="curl -X \'POST\' \'http://10.231.238.224:30999/api/v1/camera/writeimage\' -H \'Content-Type: application/json\' -d \'{\"id\": \"test\", \"pw\": \"test\", \"ip\": \"10.123.123.1\", \"serialNum\": \"aaaa\", \"camName\": \"abc\"}\'\",
) )
# t2 = BashOperator( # t2 = BashOperator(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment