tests.system.providers.amazon.aws.example_ec2

Module Contents

Functions

create_key_pair(key_name)

create_instance(instance_name, key_pair_id)

terminate_instance(instance)

delete_key_pair(key_pair_id)

Attributes

DAG_ID

sys_test_context_task

test_context

test_run

tests.system.providers.amazon.aws.example_ec2.DAG_ID = example_ec2[source]
tests.system.providers.amazon.aws.example_ec2.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_ec2.create_key_pair(key_name)[source]
tests.system.providers.amazon.aws.example_ec2.create_instance(instance_name, key_pair_id)[source]
tests.system.providers.amazon.aws.example_ec2.terminate_instance(instance)[source]
tests.system.providers.amazon.aws.example_ec2.delete_key_pair(key_pair_id)[source]
tests.system.providers.amazon.aws.example_ec2.test_context[source]
tests.system.providers.amazon.aws.example_ec2.test_run[source]

Was this entry helpful?