Selaa lähdekoodia

Merge pull request #13757 from jakesmith/hpcc-24050-regress-roxieserviceaccess

HPCC-24050 Add //class=roxiesericeaccess to some tests

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 vuotta sitten
vanhempi
commit
67f9cac1c0

+ 1 - 0
testing/regress/ecl/httpcall_jsonpost.ecl

@@ -15,6 +15,7 @@
     limitations under the License.
 ############################################################################## */
 
+//class=roxieserviceaccess
 //version targetIP='127.0.0.1',goodPort='9876',blacListedPort='9875'
 
 #option('generateGlobalId', true);

+ 1 - 0
testing/regress/ecl/httpcall_xmlpost.ecl

@@ -15,6 +15,7 @@
     limitations under the License.
 ############################################################################## */
 
+//class=roxieserviceaccess
 //version targetIP='127.0.0.1',goodPort='9876',blacListedPort='9875'
 
 #option('generateGlobalId', true);

+ 1 - 0
testing/regress/ecl/soapcall.ecl

@@ -15,6 +15,7 @@
     limitations under the License.
 ############################################################################## */
 
+//class=roxieserviceaccess
 //version targetIP='127.0.0.1',goodPort='9876',blacListedPort='9875'
 
 #option('generateGlobalId', true);