commit f2f03c032a2998a2b0c033e60174b387c92f938c Author: wangzhiguang Date: Fri Oct 9 10:31:41 2020 +0800 remove useless test files remove useless test files test_dummy.py file Change-Id: Ifde6c8d225dca889396a39449b65033764efda15 diff --git a/cyborg_tempest_plugin/tests/test_dummy.py b/cyborg_tempest_plugin/tests/test_dummy.py deleted file mode 100644 index b9b79ac..0000000 --- a/cyborg_tempest_plugin/tests/test_dummy.py +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2018 Rackspace US 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. - -from tempest import test - - -class DummyTest(test.BaseTestCase): - """Dummy tests.""" - - def test_dummy(self): - pass