containous / traefik-extra-service-fabric

Traefik extra: Service Fabric Provider
Apache License 2.0
12 stars 14 forks source link

Investigate the feasability of an End-to-end integration test with containerized SF instance #7

Closed lawrencegripper closed 6 years ago

lawrencegripper commented 6 years ago

I'd like to look at creating an end-to-end test scenario to ensure things behave as expected with a real instance of Service Fabric.

My current plan would be to script the following process:

  1. Start the docker container for linux SF to run an instance of SF
  2. Deploy the sample SF application in to the cluster
  3. Run Traefik
  4. Test requests are routed as expected

Does this sound like a useful plan?

lawrencegripper commented 6 years ago

This is completed as part of the PR awaiting review. Will close this issue.