blob: 301097b9d05d5d7a8e2070ce81953858f98d768c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
device: 0.845
files: 0.772
graphic: 0.739
vnc: 0.684
network: 0.672
socket: 0.626
PID: 0.595
boot: 0.574
performance: 0.565
KVM: 0.490
semantic: 0.472
permissions: 0.471
debug: 0.466
other: 0.312
error "# mkdir('/..../qtest-9p-local-M33XsI') failed: File exists" on every run of 'qos-test'
Description of problem:
```
$ ./build//tests/qtest/qos-test -h
# mkdir('/home/berrange/src/virt/qemu/qtest-9p-local-qThj5y') failed: File exists
Usage:
./build//tests/qtest/qos-test [OPTION...]
...snip...
```
Notice the error message from 'mkdir()' whic appears every time you run this program.
Steps to reproduce:
1. Run qos-test
|