Skip to content

Commit 4e2aefb

Browse files
author
mb711d
committed
Delete the testcases that arent needed anymore
The file test_examples.py has never worked since its written and and cli in the example directory are covered by other functional tests for container, flavor and object lists and they have better asserts. So, deleting the file Change-Id: Ib9af40da96e66354fe878e79a80048a58f8dd6fe
1 parent 82ebddc commit 4e2aefb

3 files changed

Lines changed: 0 additions & 32 deletions

File tree

openstackclient/tests/functional/base.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
import testtools
2020

2121

22-
COMMON_DIR = os.path.dirname(os.path.abspath(__file__))
23-
FUNCTIONAL_DIR = os.path.normpath(os.path.join(COMMON_DIR, '..'))
24-
ROOT_DIR = os.path.normpath(os.path.join(FUNCTIONAL_DIR, '..'))
25-
EXAMPLE_DIR = os.path.join(ROOT_DIR, 'examples')
2622
ADMIN_CLOUD = os.environ.get('OS_ADMIN_CLOUD', 'devstack-admin')
2723

2824

openstackclient/tests/functional/examples/__init__.py

Whitespace-only changes.

openstackclient/tests/functional/examples/test_examples.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)