diff --git a/python/testsuite.json b/python/testsuite.json
index ffc9b4392c74348bb9a70ac8c3fa35de975cd30a..dda19ad64ec5ef12693aebf2f13b620598b05432 100644
--- a/python/testsuite.json
+++ b/python/testsuite.json
@@ -31,7 +31,7 @@
 },
 "fc": {
 "script": "submit.py",
-"control": "CONTROL_FC",
+"control": "CONTROL_FC.pure",
 "inputdir": "$SCRATCH/workfc",
 "local_flexpart": {"flexpart_root_scripts":"$FLEXPART_ROOT_SCRIPTS"}
 },
@@ -42,16 +42,16 @@
 "start_date": "20131107",
 "local_flexpart": {"flexpart_root_scripts":"$FLEXPART_ROOT_SCRIPTS"}
 },
-"hires": {
+"hireseta": {
 "script": "submit.py",
-"control": "CONTROL_HIRES",
-"inputdir": "$SCRATCH/workhires",
+"control": "CONTROL_OD.highres.eta",
+"inputdir": "$SCRATCH/workhireseta",
 "local_flexpart": {"flexpart_root_scripts":"$FLEXPART_ROOT_SCRIPTS"},
 "ecgate": {"queue":"ecgate"}
 },
 "hiresgauss": {
 "script": "submit.py",
-"control": "CONTROL_HIRESGAUSS",
+"control": "CONTROL_OD.highres.gauss",
 "inputdir": "$SCRATCH/workhiresgauss",
 "basetime": "00",
 "local_flexpart": {"flexpart_root_scripts":"$FLEXPART_ROOT_SCRIPTS"},
@@ -61,7 +61,7 @@
 "ops": {
 "script": "submit.py",
 "start_date": "20131108",
-"control": "CONTROL_OPS_V6.0_4V.temp",
+"control": "CONTROL_OPS.4V",
 "inputdir": "$SCRATCH/workops2",
 "local_flexpart": {"basetime":"00"},
 "local_flexpart12": {"basetime":"12"},
@@ -70,10 +70,10 @@
 "opsfc": {
 "script": "submit.py",
 "start_date": "20131108",
-"control": "CONTROL_OPS_V6.0",
+"control": "CONTROL_OPS",
 "inputdir": "$SCRATCH/workopsfc",
 "local_flexpart": {"basetime":"00"},
 "local_flexpart12": {"basetime":"12"},
 "ecgate": {"queue":"ecgate","basetime":"00"}
 }
-}
\ No newline at end of file
+}
diff --git a/python/testsuite.py b/python/testsuite.py
index 4208181c5a8e19024c6822128190b89028ee56fa..d64d51b50eb2e2e122954effcdb0c5f5c0d4053c 100755
--- a/python/testsuite.py
+++ b/python/testsuite.py
@@ -42,7 +42,7 @@ if not os.path.exists('../test'):
 if len(sys.argv)>1:
     groups=sys.argv[1:]
 else:
-    groups=['xinstall','default','ops','work','cv','fc']#,'hires']
+    groups=['install','default','ops','work','cv','fc','hireseta','highresgauss','opsfc']
 jobcounter=0
 jobfailed=0
 for g in groups:
@@ -85,5 +85,3 @@ for g in groups:
 print 'Test suite tasks completed'
 print str(jobcounter-jobfailed)+' successful, '+str(jobfailed)+' failed'
 print 'If tasks have been submitted via ECACCESS please check emails'
-
-#print tasks