VOL-5155 - triage failure in periodic-voltha-test-bbsim-2.12

jjb/pipeline/voltha/master/bbsim-tests.groovy
jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
--------------------------------------------------
  o Fixing minor problems

Change-Id: Iaef26b14ac38584789f7c28b70c9775edad7137e
diff --git a/vars/pkill_proc.groovy b/vars/pkill_proc.groovy
index 0a1fe5d..56a1d9b 100644
--- a/vars/pkill_proc.groovy
+++ b/vars/pkill_proc.groovy
@@ -85,6 +85,10 @@
 
     println("** ${iam}: ENTER")
 
+    // var = Gstring throws exception due to cast problem.
+    // var = [ 'foo', 'bar' 'tans' ].join(' ').toString() fails
+    throw new Exception("Not yet implemented")
+
     try {
         // Limit process matching by default
         if (! mymap.containsKey('command_only')) {