diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-04-11 08:42:03 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-10 17:48:39 -0700 |
commit | c7a4fb91bd5ec41a6faefbb7a1251a82949ca8a9 (patch) | |
tree | 65f34c299356b6d06f9af5d0e34724d314e7b113 /meta-python/recipes-devtools/python/python3-pyroute2/run-ptest | |
parent | 00f298cf46954447b30b24c8e65d4625c16ce626 (diff) | |
download | meta-openembedded-c7a4fb91bd5ec41a6faefbb7a1251a82949ca8a9.tar.gz |
python3-pyroute2: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyroute2/run-ptest')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyroute2/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2/run-ptest b/meta-python/recipes-devtools/python/python3-pyroute2/run-ptest new file mode 100644 index 0000000000..5cec711696 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyroute2/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest | ||