Commit 6f7cb2ad authored by Pawel Kaminski's avatar Pawel Kaminski Committed by Tomasz Zawadzki
Browse files

test/vhost: Move negative tests from nightly to per-patch.

parent 50e44f84
Loading
Loading
Loading
Loading
+100 −103
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ if ! $VHOST_APP -t vhost_scsi -h; then
	warning "vhost did not started with trace flags enabled but ignoring this as it might not be a debug build"
fi

if [[ $RUN_NIGHTLY -eq 1 ]]; then
# Run with valid config and try some negative rpc calls
notice "==============="
notice ""
@@ -72,7 +71,6 @@ if [[ $RUN_NIGHTLY -eq 1 ]]; then
vhost_run 0
vhost_load_config 0 $testdir/conf.json
notice ""

rpc_py="$rootdir/scripts/rpc.py -s $(get_vhost_dir 0)/rpc.sock"

# Try to get nonexistent vhost controller
@@ -166,6 +164,5 @@ if [[ $RUN_NIGHTLY -eq 1 ]]; then

notice "EXIT DONE"
notice "==============="
fi

vhosttestfini