• Adrian Reber's avatar
    test/other/rpc: resurrect the RPC test cases · 03d636af
    Adrian Reber authored
    In this directory there are various test cases using CRIU in RPC mode
    (or SWRK mode).
    
    This fixes the broken tests by moving the start of 'criu service' from
    run.sh to the Makefile as the test cases is running using "sudo -g
    '#1000' -u '#1000'" and the PID file created by CRIU can only be read by
    the root user. If starting the 'criu service' before run.sh the PID file
    still can be changed to 0666 and fixing the test script.
    
    This also adds version.py to the test cases that are executed.
    Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    03d636af
run.sh 1.7 KB