X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Ftests%2Fnec-plugin;fp=debian%2Ftests%2Fnec-plugin;h=0000000000000000000000000000000000000000;hb=3650bade146bf59a7828feda89ddb602dfea6047;hp=c656e083f44b4b76ef9d53cf7860b0108c7f9149;hpb=0bcbc79c7893e3a69ff8bb600e44ec71fa8ae713;p=openstack-build%2Fneutron-build.git diff --git a/debian/tests/nec-plugin b/debian/tests/nec-plugin deleted file mode 100644 index c656e083f..000000000 --- a/debian/tests/nec-plugin +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#------------------- -# Testing nec-plugin -#------------------- -set -e -apt-get -y install neutron-plugin-nec - -# update plugin path -sed -i 's/NEUTRON_PLUGIN_CONFIG\=.*/NEUTRON_PLUGIN_CONFIG\=\"\/etc\/neutron\/plugins\/nec\/nec\.ini\"/g' /etc/default/neutron-server -sed -i 's/core_plugin/core_plugin \= neutron\.plugins\.nec\.nec_plugin\.NECPluginV2/g' /etc/neutron/neutron.conf -service neutron-server restart > /dev/null 2>&1 -if pidof -x neutron-server > /dev/null; then - apt-get -y remove --purge neutron-plugin-nec - echo "OK" -else - echo "ERROR: NEC PLUGIN IS NOT RUNNING" - apt-get -y remove --purge neutron-plugin-nec - exit 1 -fi