diff talosnames/main.py @ 16:1713b3e244a7

add some things
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 18:18:42 -0700
parents 2fc6c53931a1
children 25e91fc7ff01
line wrap: on
line diff
--- a/talosnames/main.py	Tue Jul 10 18:10:39 2012 -0700
+++ b/talosnames/main.py	Tue Jul 10 18:18:42 2012 -0700
@@ -39,8 +39,9 @@
         assert command is not None, "Suite not found; should be one of %s" % ', '.join(self.suites())
         return subprocess.list2cmdline(command)
 
-    def tests(self):
+    def tests(self, suite):
         """return the talos test config for a buildbot suite name"""
+        config = self.api.talos_config(suite)
 
 def main(args=sys.argv[1:]):
     parser = CommandParser(TalosNamesCLI)