File: marathon_apps.feature

package info (click to toggle)
python-marathon 0.13.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: python: 1,969; makefile: 185; sh: 58
file content (15 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Feature: marathon-python can create and list marathon apps

  Scenario: Metadata can be fetched
    Given a working marathon instance
     Then we get the marathon instance's info

  Scenario: Trivial apps can be deployed
    Given a working marathon instance
     When we create a trivial new app
     Then we should see the trivial app running via the marathon api

 Scenario: Complex apps can be deployed
    Given a working marathon instance
     When we create a complex new app
     Then we should see the complex app running via the marathon api