Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Integration tests#33

Open
rclark wants to merge 3 commits intomasterfrom
integration-test
Open

Integration tests#33
rclark wants to merge 3 commits intomasterfrom
integration-test

Conversation

@rclark
Copy link
Copy Markdown
Contributor

@rclark rclark commented Jul 21, 2016

  • assert that the ecs-conex's Dockerfile can build an image
  • assert that running ecs-conex's image can build another repo's image

cc @emilymdubois @jakepruitt

fixes #28
fixes #1

Comment thread utils.sh Outdated
if [[ -z $role ]]; then
role=$(curl -s http://169.254.169.254/latest/meta-data/iam/security-credentials/) || :
if [[ -z $role ]] && [[ -n ${AWS_ACCESS_KEY_ID} ]]; then
echo "env creds"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note to self: remove these echos

@rclark rclark force-pushed the integration-test branch from e383187 to ecc8d32 Compare July 27, 2016 01:36
@rclark rclark force-pushed the integration-test branch 5 times, most recently from 8ba3dbe to fc471b0 Compare July 27, 2016 02:34
@rclark
Copy link
Copy Markdown
Contributor Author

rclark commented Aug 2, 2016

Running these tests repeatedly leads to docker images being clogged up with ecs-conex-test images. Remove them via

docker images | grep 'ecs-conex-test' | awk '{b=$1":"$2; print b}' | xargs docker rmi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Load AWS credentials from environment Tests

1 participant