Skip to content

Commit

Permalink
#253: Add a quick test for IPAM configuration warnings.
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Hepworth <[email protected]>
  • Loading branch information
fubarhouse committed Sep 9, 2020
1 parent cbbac1f commit fa15e46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ matrix:
docker inspect amazeeio-mailhog | jq '.[].Config.Labels["pygmy.abracadabra"]' | grep "1";
docker inspect amazeeio-mailhog | jq '.[].Config.Labels["pygmy.opensesame"]' | grep "correct";
# Test for IPAM misconfiguration warnings.
- ./pygmy-go-linux-x86 --config examples/pygmy.travis.yml clean;
- docker network create amazeeio-network
- ./pygmy-go-linux-x86 --config examples/pygmy.travis.yml up | grep 'Warning: IP Address ranges for amazeeio-network'
- ./pygmy-go-linux-x86 --config examples/pygmy.travis.yml clean;
- ./pygmy-go-linux-x86 --config examples/pygmy.travis.yml up;

# Drupal 8 (Drupal Example):
- git clone https://github.com/amazeeio/drupal-example.git drupal8-lagoon && cd drupal8-lagoon
- docker-compose -p drupal8-example up -d
Expand Down

0 comments on commit fa15e46

Please sign in to comment.