From c57dca2a9cf8a76130de07bafd63401e8ab272db Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 5 Aug 2020 12:45:25 +0200 Subject: [PATCH] TT#81700 fix detection of profile on CE Change-Id: I6486bc1027104e4a891a5429f106c33f171d70d4 --- bench.sh | 2 +- get_results.sh | 2 +- run_tests.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bench.sh b/bench.sh index d89a96e4..b0f4bb3a 100755 --- a/bench.sh +++ b/bench.sh @@ -35,7 +35,7 @@ if [ -z "${PROFILE}" ] ; then if [ -n "${ngcp_type}" ]; then case $(${ngcp_type}) in sppro|carrier) PROFILE=PRO;; - ce) PROFILE=CE;; + spce) PROFILE=CE;; *) ;; esac echo "ngcp-type: profile ${PROFILE}" diff --git a/get_results.sh b/get_results.sh index 94d20f36..1272ac06 100755 --- a/get_results.sh +++ b/get_results.sh @@ -84,7 +84,7 @@ if [ -z "${PROFILE}" ] ; then if [ -n "${ngcp_type}" ]; then case $(${ngcp_type}) in sppro|carrier) PROFILE=PRO;; - ce) PROFILE=CE;; + spce) PROFILE=CE;; *) ;; esac echo "ngcp-type: profile ${PROFILE}" diff --git a/run_tests.sh b/run_tests.sh index 3a4edc30..907f308e 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -275,7 +275,7 @@ if [ -z "${PROFILE}" ]; then if [ -n "${ngcp_type}" ]; then case $(${ngcp_type}) in sppro|carrier) PROFILE=PRO;; - ce) PROFILE=CE;; + spce) PROFILE=CE;; *) ;; esac echo "ngcp-type: profile ${PROFILE}"