From b43251743d8ca0deecfba00d341661328c4c55c3 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Thu, 28 Sep 2017 17:35:03 +0200 Subject: [PATCH] Revert "TT#22351 Disable API tests which are currently broken with stretch Perl" This reverts commit ca76144c4ad67e93732179c76d060f22aecb7c1b. The tests are fixed now, re-enable them on Jenkins using 'stable' set. Change-Id: I7913a6feef183a14a404981ec10a457eb31d870b --- t/api-rest/testrunner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/api-rest/testrunner b/t/api-rest/testrunner index 7038e3e8ed..9030054af6 100755 --- a/t/api-rest/testrunner +++ b/t/api-rest/testrunner @@ -25,7 +25,7 @@ fi if [ "${SELECT}" = "stable" ] ; then echo "Test selection: ${SELECT}" - SELECT=$(echo t/api-rest/api-{all-links,bannedips,bannedusers,billingnetworks,billingprofiles,billingzones,calllists,calls,cert-auth,contracts,customercontacts,customers,lnp,ncoslevels,pbxdevicemodels,peeringgroups,profilepackages,resellers,rewriterules,rewriterulesets,root,soundsets,systemcontacts,threads,topuplogs,trustedsources,valid-patch,vouchers,method-override}.t) + SELECT=$(echo t/api-rest/api-{all-links,balanceintervals,bannedips,bannedusers,billingfees,billingnetworks,billingprofiles,billingzones,calllists,calls,cert-auth,cfdestinationsets,contracts,customercontacts,customers,faxes,lnp,ncoslevels,pbxdevicemodels,pbxdevices,peeringgroups,peeringrules,peeringinboundrules,peeringservers,preferences,profilepackages,resellers,rewriterules,rewriterulesets,root,soundsets,subscriberregistrations,subscribers,systemcontacts,threads,topuplogs,trustedsources,valid-patch,vouchers,method-override}.t) elif [ "${SELECT}" = "fast" ] ; then echo "Test selection: ${SELECT}" SELECT=$(echo t/api-rest/api-{bannedips,bannedusers,billingnetworks,billingzones,calls,cert-auth,cfdestinationsets,ncoslevels,peeringgroups,peeringrules,peeringinboundrules,peeringservers,resellers,rewriterules,root,soundsets,systemcontacts,valid-patch,vouchers,method-override}.t)