Skip to content

Instantly share code, notes, and snippets.

@rtnpro
Created February 21, 2016 17:47
Show Gist options
  • Save rtnpro/5dee5f384515097990f4 to your computer and use it in GitHub Desktop.
Save rtnpro/5dee5f384515097990f4 to your computer and use it in GitHub Desktop.
ADB atomicapp k8s test plan

atomicapp run

  1. Run an atomicapp with k8s artifact files: pods, service, replication controllers, on k8s provider
  2. Assert if kubernetes entities: pods, services, rcs, etc get created
  3. Optionally, we may wait for the pods to run, but that's a k8s concern, not of atomicapp

atomicapp stop

  1. Run an atomicapp with k8s artifact files on k8s provider
  2. Run atomicapp stop on the application
  3. Assert that k8s entities: pods, service, rcs, etc get removed on stopping the application
@surajssd
Copy link

How do we set this up? I mean using python code to call using some test suite or externally calling atomicapp using shell scripts?

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