Skip to content

Commit f0e62e9

Browse files
ftests/Makefile: Modify to include new consts files
Modify the ftests/Makefile.am to include the new consts files and remove the old consts.py file. Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
1 parent 4f5c130 commit f0e62e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/ftests/Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ TESTS =
1111
EXTRA_DIST_PYTHON_UTILS = \
1212
cgroup.py \
1313
config.py \
14-
consts.py \
1514
container.py \
1615
controller.py \
1716
ftests.py \
@@ -20,7 +19,10 @@ EXTRA_DIST_PYTHON_UTILS = \
2019
process.py \
2120
run.py \
2221
systemd.py \
23-
utils.py
22+
utils.py \
23+
consts/__init__.py \
24+
consts/consts_ubuntu.py \
25+
consts/consts_oracle.py
2426

2527
EXTRA_DIST_PYTHON_TESTS = \
2628
001-cgget-basic_cgget_v1.py \

0 commit comments

Comments
 (0)