From c9202b01e27522c4250972a1037cea9d36b9b156 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 23 Jan 2024 00:42:17 +0900 Subject: [PATCH] Drop unused function from scenario test script This function is no longer used since we removed ampq1 tests, when we deprecated the amqp1 driver[1] [1] 0f63c227f5425995ae8c61f1d40ec85e7728528a Change-Id: I47fe04d6a39ed2b5f33b02fa6736d588d0383f5a --- tools/setup-scenario-env.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/tools/setup-scenario-env.sh b/tools/setup-scenario-env.sh index ce630a453..3b6cd71e7 100755 --- a/tools/setup-scenario-env.sh +++ b/tools/setup-scenario-env.sh @@ -22,23 +22,6 @@ function _setup_kafka { fi } -function _setup_global_site_package_path { - MAJOR=$(python -c 'import sys; print(sys.version_info.major)') - MINOR=$(python -c 'import sys; print(sys.version_info.minor)') - if [ -f "/etc/debian_version" ]; then - PRE="dist" - else - PRE="site" - fi - # qdrouterd needs access to global site packages - # create path file and place in virtual env working directory - SITEDIR=${WORKDIR}/${ENVNAME}/lib/python${MAJOR}.${MINOR}/site-packages - cat > ${SITEDIR}/dispatch.pth <