SEBA-613 Make test target configurable

Change-Id: I8a98074ccee72744f43f3251176cb95bd6aa7621
diff --git a/jjb/siab.yaml b/jjb/siab.yaml
index 6f3fe0f..ec32580 100644
--- a/jjb/siab.yaml
+++ b/jjb/siab.yaml
@@ -42,6 +42,11 @@
           description: 'Latest | Stable'
 
       - string:
+          name: Test_Target
+          default: 'run-tests'
+          description: 'run-tests for stable and run-tests-latest for latest'
+
+      - string:
           name: Test_Tags
           default: ''
           description: 'empty for stable and latest for latest'
@@ -87,6 +92,11 @@
           description: 'Latest | Stable'
 
       - string:
+          name: Test_Target
+          default: 'run-tests-latest'
+          description: 'run-tests for stable and run-tests-latest for latest'
+
+      - string:
           name: Test_Tags
           default: ''
           description: 'empty for stable and latest for latest'
@@ -144,6 +154,11 @@
           description: 'Latest | Stable'
 
       - string:
+          name: Test_Target
+          default: 'run-tests'
+          description: 'run-tests for stable and run-tests-latest for latest'
+
+      - string:
           name: Test_Tags
           default: 'TESTTAGS=test1'
           description: ''