]> git.droids-corp.org - dpdk.git/commit
test: replace shell script with Python
authorJie Zhou <jizh@linux.microsoft.com>
Wed, 26 Jan 2022 05:10:43 +0000 (21:10 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 8 Feb 2022 13:19:40 +0000 (14:19 +0100)
commit9713eae1d829a59456ed143f464b559d740bb183
tree5617f5b3e9f8338c32d10ac5b275c5be4e4b9240
parent3c60274c0995a7a74c5550d2f5bbcfbd9d548515
test: replace shell script with Python

- Add python script to check if system supports hugepages
- Remove corresponding .sh script
- Replace calling of .sh with corresponding .py in meson.build

Signed-off-by: Jie Zhou <jizh@linux.microsoft.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
MAINTAINERS
app/test/has-hugepage.sh [deleted file]
app/test/has_hugepage.py [new file with mode: 0644]
app/test/meson.build