adding trusty64server

Change-Id: I166bc188b7e84ac0ea1d07998218c75800c4e52c
diff --git a/jobs.yaml b/jobs.yaml
index 4338d1a..a31eab8 100644
--- a/jobs.yaml
+++ b/jobs.yaml
@@ -1,6 +1,7 @@
+# Mininet - Trusty 32-bit
 - job:
-    name: mininet-build
-    description: 'TODO Do not edit this job through the web!'
+    name: mininet-trusty32server
+    description: 'Ubuntu 14.04 LTS 32-bit VM build\n'
     project-type: freestyle
     block-downstream: false
     triggers:
@@ -14,18 +15,17 @@
             predefined-parameters: dir=$WORKSPACE
 
 - job:
-    name: mininet-test
-    description: 'TODO Do not edit this job through the web!'
+    name: mininet-trusty32server-test
+    description: 'Test of Ubuntu 14.04 LTS 32-bit VM\n'
     project-type: freestyle
     block-downstream: false
     builders:
-      - shell: "echo $dir; ~mininet/mininet/util/vm/build.py -v --test core --image $dir/*/*.vmdk"
+      - shell: "echo $dir; ~mininet/mininet/util/vm/build.py -v --test core --test examplesfull --test walkthrough --image $dir/*/*.vmdk"
 
-
-
+# Mininet - Trusty 64-bit
 - job:
     name: mininet-trusty64server
-    description: 'TODO Do not edit this job through the web!'
+    description: 'Ubuntu 14.04 LTS 64-bit VM build\n'
     project-type: freestyle
     block-downstream: false
     triggers:
@@ -34,9 +34,16 @@
       - shell: "~mininet/mininet/util/vm/build.py -v --test sanity trusty64server"
     publishers:
       - trigger-parameterized-builds:
-          - project: mininet-test, 
+          - project: mininet-trusty64server, 
             condition: SUCCESS
             predefined-parameters: dir=$WORKSPACE
+- job:
+    name: mininet-trusty64server-test
+    description: 'Test of Ubuntu 14.04 LTS 64-bit VM\n'
+    project-type: freestyle
+    block-downstream: false
+    builders:
+      - shell: "echo $dir; ~mininet/mininet/util/vm/build.py -v --test core --test examplesfull --test walkthrough --image $dir/*/*.vmdk"
 
 # ---- the following are jobs that update jenkins when this file is updated ----
 - job: