Skip to content

Commit 4f348d4

Browse files
committed
ref(tests): move route53-wildcard.py script to contrib/ec2
1 parent 78e4998 commit 4f348d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/bin/test-integration-ec2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip install awscli boto docopt
2323
function cleanup_ec2 {
2424
log_phase "Cleaning up"
2525
aws cloudformation delete-stack --stack-name $STACK_NAME
26-
python $DEIS_ROOT/tests/bin/route53-wildcard.py delete $DEIS_TEST_DOMAIN $ELB_DNS_NAME
26+
python $DEIS_ROOT/contrib/ec2/route53-wildcard.py delete $DEIS_TEST_DOMAIN $ELB_DNS_NAME
2727
}
2828

2929
# setup callbacks on process exit and error
@@ -152,7 +152,7 @@ echo "Using ELB $ELB_NAME"
152152

153153
# add or update a route53 alias record set to route queries to the ELB
154154
# this python script won't return until the wildcard domain is accessible
155-
python $DEIS_ROOT/tests/bin/route53-wildcard.py create $DEIS_TEST_DOMAIN $ELB_DNS_NAME
155+
python $DEIS_ROOT/contrib/ec2/route53-wildcard.py create $DEIS_TEST_DOMAIN $ELB_DNS_NAME
156156

157157
# loop until at least one instance is "in service" with the ELB
158158
ATTEMPTS=45

0 commit comments

Comments
 (0)