vuil / harbor

An enterprise-class container registry server based on Docker Distribution
http://vmware.github.io/harbor/
Other
0 stars 0 forks source link

Integration tests with Lightwave instance #34

Closed srm09 closed 7 years ago

srm09 commented 7 years ago

This patch introduces a Lightwave-Harbor integration test suite which will be run as part of the Travis CI build. The LW instance is a custom deployed endpoint on AWS with some pre-configured users.

srm09 commented 7 years ago

This PR depends upon secure env variables which have been setup in Travis against this repo. Travis does not expose those env variables to any PRs coming from forks of the repo, in this case srm912/harbor

Hence the build checks will fail. I have tested these changes with Travis against my fork.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 47.028% when pulling 64589f56e7f2e99d0c1e58b9f225ed3c72fa7965 on srm912:it-test into 555dcd1db0270117746d336568749f58bdc612fb on vuil:dev.

srm09 commented 7 years ago

Created another PR for the same