test/other: add test for action-script

This commit is introducing a test for the action-script functionality
of CRIU to verify that pre-dump, post-dump, pre-restore, pre-resume,
post-restore, post-resume hooks are executed during dump/restore.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2023-03-23 20:21:04 +00:00 committed by Andrei Vagin
parent ea05b06ac2
commit 1800018bc1
6 changed files with 72 additions and 0 deletions

View file

@ -316,6 +316,9 @@ make -C test/others/ns_ext run
# config file parser and parameter testing
make -C test/others/config-file run
# action script testing
make -C test/others/action-script run
# Skip all further tests when running with GCOV=1
# The one test which currently cannot handle GCOV testing is compel/test
# Probably because the GCOV Makefile infrastructure does not exist in compel