Following vhost-user specification, replace all uses of master/slave with backend/frontend in the vhost crate. Signed-off-by: Albert Esteve <aesteve@redhat.com>
25 lines
631 B
JSON
25 lines
631 B
JSON
{
|
|
"tests": [
|
|
{
|
|
"test_name": "build-vhost-kern",
|
|
"command": "cargo build --features=vhost-kern",
|
|
"platform": [
|
|
"x86_64"
|
|
]
|
|
},
|
|
{
|
|
"test_name": "build-vhost-user-frontend",
|
|
"command": "cargo build --features=vhost-user-frontend",
|
|
"platform": [
|
|
"x86_64"
|
|
]
|
|
},
|
|
{
|
|
"test_name": "build-vhost-user-backend",
|
|
"command": "cargo build --features=vhost-user-backend",
|
|
"platform": [
|
|
"x86_64"
|
|
]
|
|
}
|
|
]
|
|
}
|