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}"