Change branch names such as onos-1.x to onos-LTS1

Change-Id: If4eeeed2c04a3a0cfbaa824bbde97034cbdeb352
diff --git a/TestON/JenkinsFile/CommonJenkinsFile.groovy b/TestON/JenkinsFile/CommonJenkinsFile.groovy
index f32fde9..ac0e4da 100644
--- a/TestON/JenkinsFile/CommonJenkinsFile.groovy
+++ b/TestON/JenkinsFile/CommonJenkinsFile.groovy
@@ -100,7 +100,7 @@
     branch = params.Branch           // "1.15", "2.1", "master", etc.
     branchWithPrefix = test_list.addPrefixToBranch( branch )
     testStation = params.TestStation // "TestStation-BMs", etc.
-    nodeLabel = params.NodeLabel     // "BM", "VM", "Fabric-1.x", etc.
+    nodeLabel = params.NodeLabel     // "BM", "VM", "Fabric-LTS1", etc.
     testsOverride = params.TestsOverride // "FUNCflow, FUNCintent, [...]", overrides property file
     isGraphOnly = params.OnlyRefreshGraphs // true or false
 }