1 os_platform = {
2 'testing': ['lucid', 'maverick'],
3 'unstable': ['lucid', 'oneiric'],
4 'groovy': ['oneiric', 'precise', 'quantal'],
5 'fuerte': ['lucid', 'oneiric', 'precise'],
6 'electric': ['lucid', 'maverick', 'natty', 'oneiric'],
7 'diamondback': ['lucid', 'maverick', 'natty'],
8 'cturtle': ['lucid', 'maverick', 'karmic'],
9
10
11 }
12
13 os_test_platform = {
14 'testing': ['lucid', 'maverick'],
15 'unstable': ['lucid', 'oneiric'],
16 'groovy': ['oneiric', 'precise'],
17 'fuerte': ['lucid', 'oneiric', 'precise'],
18 'electric': ['lucid', 'natty', 'oneiric'],
19 'diamondback': ['lucid', 'natty'],
20 'cturtle': ['lucid', 'maverick', 'karmic'],
21 }
22