TT#182101 api-rest/testrunner add stable-pro stable-carrier aliases

* stable-pro and stable-carrier are internally converted into stable,
  this is for convenience when the testrunned is run from an automated
  environment

Change-Id: Id37756bb9fb765108ae586898045784b954e9432
mr11.0
Kirill Solomko 4 years ago
parent b81c66ffc2
commit 01cb54786f

@ -24,6 +24,10 @@ if [ -z "${SERVER}" ] ; then
exit 1
fi
if [ "${SELECT}" = "stable-pro" ] || [ "${SELECT}" = "stable-carrier" ] ; then
SELECT="stable"
fi
if [ "${SELECT}" = "stable" ] ; then
echo "Test selection (${NGCP_TYPE}): ${SELECT}"
SELECT=$(echo ./t/api-rest/api-{all-links,balanceintervals,bannedips,bannedusers,billingfees,billingnetworks,billingprofiles,billingzones,calllists,calls,cert-auth,cfdestinationsets,contracts,conversations,customercontacts,customers,emailtemplates,faxes,journals,headerrulesets,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)

Loading…
Cancel
Save