~charm-toolers/charm-tools/1.3

« back to all changes in this revision

Viewing changes to tests_functional/create/python-apt/config.yaml

  • Committer: Marco Ceppi
  • Date: 2013-11-11 19:08:11 UTC
  • Revision ID: marco@ceppi.net-20131111190811-w9co29f91241ck7n
Re-organized testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  string-option:
 
3
    type: string
 
4
    default: "Default Value"
 
5
    description: "A short description of the configuration option"
 
6
  boolean-option:
 
7
    type: boolean
 
8
    default: False
 
9
    description: "A short description of the configuration option"
 
10
  int-option:
 
11
    type: int
 
12
    default: 9001
 
13
    description: "A short description of the configuration option"
 
14