modify jmx script to accommodate json changes 85/109985/1
authorjhh <jorge.hernandez-herrero@att.com>
Wed, 8 Jul 2020 18:48:07 +0000 (13:48 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Wed, 8 Jul 2020 18:48:07 +0000 (13:48 -0500)
Issue-ID: POLICY-2705
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Iea6ea806855f5887e9a6206aa966746d822c3679

testsuites/stability/src/main/resources/frankfurt/s3p.jmx

index d16cb82..46401c9 100644 (file)
                                             &quot;modelInvariantId&quot;: &quot;e6130d03-56f1-4b0a-9a1d-e1b2ebc30e0e&quot;,&#xd;
                                             &quot;modelVersionId&quot;: &quot;94b18b1d-cc91-4f43-911a-e6348665f292&quot;,&#xd;
                                             &quot;modelName&quot;: &quot;VfwclVfwsnkBbefb8ce2bde..base_vfw..module-0&quot;,&#xd;
-                                            &quot;modelVersion&quot;: 1,&#xd;
+                                            &quot;modelVersion&quot;: &quot;1&quot;,&#xd;
                                             &quot;modelCustomizationId&quot;: &quot;47958575-138f-452a-8c8d-d89b595f8164&quot;&#xd;
                                         }&#xd;
                                     },&#xd;
                                             &quot;modelInvariantId&quot;: &quot;e6130d03-56f1-4b0a-9a1d-e1b2ebc30e0e&quot;,&#xd;
                                             &quot;modelVersionId&quot;: &quot;94b18b1d-cc91-4f43-911a-e6348665f292&quot;,&#xd;
                                             &quot;modelName&quot;: &quot;VfwclVfwsnkBbefb8ce2bde..base_vfw..module-0&quot;,&#xd;
-                                            &quot;modelVersion&quot;: 1,&#xd;
+                                            &quot;modelVersion&quot;: &quot;1&quot;,&#xd;
                                             &quot;modelCustomizationId&quot;: &quot;47958575-138f-452a-8c8d-d89b595f8164&quot;&#xd;
                                         }&#xd;
                                     },&#xd;
             <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="request-id extractor" enabled="true">
               <stringProp name="RegexExtractor.useHeaders">false</stringProp>
               <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp>
-              <stringProp name="RegexExtractor.regex">\\&quot;request-id\\&quot;:\\&quot;(.+?)\\&quot;</stringProp>
+              <stringProp name="RegexExtractor.regex">\\&quot;request-id\\&quot;: \\&quot;(.+?)\\&quot;</stringProp>
               <stringProp name="RegexExtractor.template">$1$</stringProp>
               <stringProp name="RegexExtractor.default">none</stringProp>
               <stringProp name="RegexExtractor.match_number"></stringProp>
             <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="correlation-id extractor" enabled="true">
               <stringProp name="RegexExtractor.useHeaders">false</stringProp>
               <stringProp name="RegexExtractor.refname">correlationId</stringProp>
-              <stringProp name="RegexExtractor.regex">correlation-id\\&quot;:\\&quot;(.+?)\\&quot;</stringProp>
+              <stringProp name="RegexExtractor.regex">correlation-id\\&quot;: \\&quot;(.+?)\\&quot;</stringProp>
               <stringProp name="RegexExtractor.template">$1$</stringProp>
               <stringProp name="RegexExtractor.default">none</stringProp>
               <stringProp name="RegexExtractor.match_number"></stringProp>
             <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="sub-request-id extractor" enabled="true">
               <stringProp name="RegexExtractor.useHeaders">false</stringProp>
               <stringProp name="RegexExtractor.refname">subRequestId</stringProp>
-              <stringProp name="RegexExtractor.regex">sub-request-id\\&quot;:\\&quot;(.+?)\\&quot;</stringProp>
+              <stringProp name="RegexExtractor.regex">sub-request-id\\&quot;: \\&quot;(.+?)\\&quot;</stringProp>
               <stringProp name="RegexExtractor.template">$1$</stringProp>
               <stringProp name="RegexExtractor.default">none</stringProp>
               <stringProp name="RegexExtractor.match_number"></stringProp>
@@ -1578,7 +1578,7 @@ vars.put(&quot;counter&quot;, Integer.toString(counterTemp));</stringProp>
             <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="request-id extractor" enabled="true">
               <stringProp name="RegexExtractor.useHeaders">false</stringProp>
               <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp>
-              <stringProp name="RegexExtractor.regex">\\&quot;request-id\\&quot;:\\&quot;(.+?)\\&quot;</stringProp>
+              <stringProp name="RegexExtractor.regex">\\&quot;request-id\\&quot;: \\&quot;(.+?)\\&quot;</stringProp>
               <stringProp name="RegexExtractor.template">$1$</stringProp>
               <stringProp name="RegexExtractor.default">none</stringProp>
               <stringProp name="RegexExtractor.match_number"></stringProp>
@@ -1587,7 +1587,7 @@ vars.put(&quot;counter&quot;, Integer.toString(counterTemp));</stringProp>
             <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="correlation-id extractor" enabled="true">
               <stringProp name="RegexExtractor.useHeaders">false</stringProp>
               <stringProp name="RegexExtractor.refname">correlationId</stringProp>
-              <stringProp name="RegexExtractor.regex">correlation-id\\&quot;:\\&quot;(.+?)\\&quot;</stringProp>
+              <stringProp name="RegexExtractor.regex">correlation-id\\&quot;: \\&quot;(.+?)\\&quot;</stringProp>
               <stringProp name="RegexExtractor.template">$1$</stringProp>
               <stringProp name="RegexExtractor.default">none</stringProp>
               <stringProp name="RegexExtractor.match_number"></stringProp>
@@ -1596,7 +1596,7 @@ vars.put(&quot;counter&quot;, Integer.toString(counterTemp));</stringProp>
             <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="sub-request-id extractor" enabled="true">
               <stringProp name="RegexExtractor.useHeaders">false</stringProp>
               <stringProp name="RegexExtractor.refname">subRequestId</stringProp>
-              <stringProp name="RegexExtractor.regex">sub-request-id\\&quot;:\\&quot;(.+?)\\&quot;</stringProp>
+              <stringProp name="RegexExtractor.regex">sub-request-id\\&quot;: \\&quot;(.+?)\\&quot;</stringProp>
               <stringProp name="RegexExtractor.template">$1$</stringProp>
               <stringProp name="RegexExtractor.default">none</stringProp>
               <stringProp name="RegexExtractor.match_number"></stringProp>
@@ -2478,7 +2478,7 @@ vars.put(&quot;counter&quot;, Integer.toString(counterTemp));</stringProp>
             <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="RequestID extractor" enabled="true">
               <stringProp name="RegexExtractor.useHeaders">false</stringProp>
               <stringProp name="RegexExtractor.refname">requestIdOnset</stringProp>
-              <stringProp name="RegexExtractor.regex">\\&quot;RequestID\\&quot;:\\&quot;(.+?)\\&quot;</stringProp>
+              <stringProp name="RegexExtractor.regex">\\&quot;RequestID\\&quot;: \\&quot;(.+?)\\&quot;</stringProp>
               <stringProp name="RegexExtractor.template">$1$</stringProp>
               <stringProp name="RegexExtractor.default">none</stringProp>
               <stringProp name="RegexExtractor.match_number"></stringProp>
@@ -2487,7 +2487,7 @@ vars.put(&quot;counter&quot;, Integer.toString(counterTemp));</stringProp>
             <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="SubRequestID extractor" enabled="true">
               <stringProp name="RegexExtractor.useHeaders">false</stringProp>
               <stringProp name="RegexExtractor.refname">subRequestId</stringProp>
-              <stringProp name="RegexExtractor.regex">SubRequestID\\&quot;:\\&quot;(.+?)\\&quot;</stringProp>
+              <stringProp name="RegexExtractor.regex">SubRequestID\\&quot;: \\&quot;(.+?)\\&quot;</stringProp>
               <stringProp name="RegexExtractor.template">$1$</stringProp>
               <stringProp name="RegexExtractor.default">none</stringProp>
               <stringProp name="RegexExtractor.match_number"></stringProp>