2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

test/other: add a test to check the --shell-job option

This test creates a pty pair, creates a test process and sets a slave
pty as control terminal for it.

Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Andrei Vagin
2018-03-29 10:02:29 +03:00
parent fbd8dd889d
commit 7af751b569
4 changed files with 71 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ bash ./test/jenkins/criu-inhfd.sh
make -C test/others/mnt-ext-dev/ run
#make -C test/others/exec/ run
make -C test/others/make/ run CC="$CC"
make -C test/others/shell-job/ run
./test/zdtm.py run -t zdtm/static/env00 --sibling
@@ -127,6 +128,8 @@ ip net add test
./test/zdtm.py run --empty-ns -T zdtm/static/socket-tcp*-local --iter 2
make -C test/others/shell-job
pip install flake8
make lint