summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/vhost/test.h
blob: 1fef5df82153089da50f7d06e903bf630d49f922 (plain)
1
2
3
4
5
6
7
#ifndef LINUX_VHOST_TEST_H
#define LINUX_VHOST_TEST_H

/* Start a given test on the virtio null device. 0 stops all tests. */
#define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int)

#endif
s="c1">############################################################################## CLI_BASE="/home/opnfv/bottlenecks/" # Logout the virtual enviroment if [ ! -z ${VIRTUAL_ENV} ]; then deactivate fi # Delete the virtual enviroment rm -rf $CLI_BASE/venv/ # Delete CLI python package if [ -d $CLI_BASE/bottlenecks.egg-info ]; then rm -rf $CLI_BASE/bottlenecks.egg-info fi if [ -f $CLI_BASE/cli/bottlenecks_cli.pyc ]; then rm -f $CLI_BASE/cli/bottlenecks_cli.pyc fi if [ -f $CLI_BASE/cli/__init__.pyc ]; then rm -f $CLI_BASE/cli/__init__.pyc fi if [ -f $CLI_BASE/cli/command_group/testcase.pyc ]; then rm -f $CLI_BASE/cli/command_group/testcase.pyc fi if [ -f $CLI_BASE/cli/command_group/__init__.pyc ]; then rm -f $CLI_BASE/cli/command_group/__init__.pyc fi # Delete SSH key if [ -d $CLI_BASE/utils/infra_setup/bottlenecks_key/ ]; then rm -rf $CLI_BASE/utils/infra_setup/bottlenecks_key/ fi