tests.system.providers.amazon.aws.example_ec2

Module Contents

Functions

get_latest_ami_id()

Returns the AMI ID of the most recently-created Amazon Linux image

create_key_pair(key_name)

delete_key_pair(key_pair_id)

parse_response(instance_ids)

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.get_latest_ami_id()[source]

Returns the AMI ID of the most recently-created Amazon Linux image

tests.system.providers.amazon.aws.example_ec2.create_key_pair(key_name)[source]
tests.system.providers.amazon.aws.example_ec2.delete_key_pair(key_pair_id)[source]
tests.system.providers.amazon.aws.example_ec2.parse_response(instance_ids)[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?