Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Preconditions:
    • Logged in
    • Service exists
    • Optional service exists
    • Stack is not started
  • Primary flow
    • Optional service is removed from stack (200)
  • Alternative flow:
    • Not logged in (401)
    • Service doesn't exist (404)
    • Optional service doesn't exist (404)
    • Existing stack started (409)

Stack config (environment variables)

  • Preconditions:
    • Logged in
    • Stack exists
    • Stack is not started
    • Config/environment variable is valid
  • Primary flow
    • Config value is set (200)
  • Alternative flow
    • Not logged in (401)
    • Environment variable does not exist (404)
    • Stack is started (409)
       

Volumes

List volumes

  • Preconditions
    • Logged in
    • Volumes exist
  • Primary flow
    • Volume details are displayed (200)
  • Alterate flow
    • Not logged in (401)
    • No volumes exist (200)

...