Add start_time support.

Signed-off-by: Justin TerAvest <teravest@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2751 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/tko/frontend.py b/tko/frontend.py
index 60b6e1f..70ee2fc 100755
--- a/tko/frontend.py
+++ b/tko/frontend.py
@@ -105,6 +105,7 @@
         'user'          : 'job_username',
         'status'        : 'status_word',
         'time'          : 'test_finished_time',
+        'start_time'    : 'test_started_time',
         'time_daily'    : 'DATE(test_finished_time)'
 }