removed deprecated params from test

Change-Id: I0801cba4b075d0751abdc3bce08d6f64eb5c028b
This commit is contained in:
Volodymyr Rozhanskyy 2016-10-05 15:06:36 +03:00
parent 50ce137cd9
commit fce8543789
1 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ under the License.
"""
from fuelweb_test.helpers.decorators import log_snapshot_after_test
from fuelweb_test.settings import DEPLOYMENT_MODE
from fuelweb_test.tests.base_test_case import SetupEnvironment
from fuelweb_test.tests.base_test_case import TestBasic
@ -85,7 +84,6 @@ class ManilaTestClass(TestBasic):
# Configure new cluster
cluster_id = self.fuel_web.create_cluster(
name=self.__class__.__name__,
mode=DEPLOYMENT_MODE,
settings={
"net_provider": 'neutron',
}