Merge "removed deprecated params from test"

This commit is contained in:
Jenkins 2016-10-06 14:04:39 +00:00 committed by Gerrit Code Review
commit 6fc2959471
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',
}