~jameinel/juju-core/api-rpc-reflect-version

« back to all changes in this revision

Viewing changes to testing/constants.go

  • Committer: John Arbash Meinel
  • Date: 2014-05-14 12:29:15 UTC
  • mfrom: (2715.2.15 juju-core)
  • Revision ID: john@arbash-meinel.com-20140514122915-lf70e9bkkxx9m11q
Merge trunk r2730

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        Total: LongWait,
26
26
        Delay: ShortWait,
27
27
}
28
 
 
29
 
// SupportedSeries lists the series known to Juju.
30
 
var SupportedSeries = []string{"precise", "quantal", "raring", "saucy", "trusty", "utopic"}