From bc98483f64740b69e9f53876e097aa547c24c940 Mon Sep 17 00:00:00 2001 From: astaroverov Date: Thu, 20 Apr 2017 16:43:02 +0300 Subject: [PATCH] 'network-exists' validator removed Change-Id: Ifce72274c8675c06c1afcc362913ae54a658467f --- rally/plugins/openstack/validators.py | 16 ++++++++++++++++ tests/unit/plugins/openstack/test_validators.py | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 rally/plugins/openstack/validators.py create mode 100644 tests/unit/plugins/openstack/test_validators.py diff --git a/rally/plugins/openstack/validators.py b/rally/plugins/openstack/validators.py new file mode 100644 index 00000000..99c8e244 --- /dev/null +++ b/rally/plugins/openstack/validators.py @@ -0,0 +1,16 @@ +# Copyright 2017: Mirantis Inc. +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + +pass diff --git a/tests/unit/plugins/openstack/test_validators.py b/tests/unit/plugins/openstack/test_validators.py new file mode 100644 index 00000000..99c8e244 --- /dev/null +++ b/tests/unit/plugins/openstack/test_validators.py @@ -0,0 +1,16 @@ +# Copyright 2017: Mirantis Inc. +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + +pass