blob: 71edc01cf6a20383cc41e3513e1b55f5c084a6bd [file] [log] [blame]
#!/bin/sh
cat <<-EOF
***************************************************************************
Pay attention:
This test is soft mode of HWPoison functional test.
***************************************************************************
EOF
pushd `dirname $0` > /dev/null
./tsoft
./tsoftinj
echo "Running soft offline for 60 seconds"
./random_offline -t 60
popd > /dev/null