Submit lava jobs for panda to both device types

This handles multiple device types and multiple infofiles per build

Signed-off-by: Paul Larson <paul.larson@linaro.org>
diff --git a/lava-submit.py b/lava-submit.py
index f9459b2..3b5e46e 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -5,7 +5,6 @@
 import json
 import os
 import re
-import string
 import sys
 import xmlrpclib
 
@@ -13,6 +12,7 @@
 
 DEVICE_STREAM = {
     'panda': 'leb-panda-4430',
+    'panda-es': 'leb-panda-es',
     'origen': 'leb-origen',
     'snowball_sd': 'leb-snowball',
     'beaglexm': 'beaglexm',