modify logfile directory structure 03/30203/1
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Thu, 9 Mar 2017 18:09:10 +0000 (02:09 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Thu, 9 Mar 2017 18:09:10 +0000 (02:09 +0800)
commit628d8e4f591290671172dd79017e1b40cba0c1e6
tree53298e5cc5a03c1b94a0944bc30fffb9652a98f2
parent08811bb567ebb1c7f7e7767c246e2500af5532e4
modify logfile directory structure

After one qtip test execution, the logfiles will be stored like this:

`-- 2017-03-09-17-40
    `-- node-41
        |-- dhrystone
        |   |-- inxi.log
        |   |-- node-41.zte.com.cn-2017-03-09-01
        |   |-- node-41.zte.com.cn-2017-03-09-01.html
        |   |-- node-41.zte.com.cn-2017-03-09-01.log
        |   `-- top.log
        |-- dpi
        |   |-- dpi_dump.txt
        |   |-- inxi.log
        |   `-- top.log
        |-- ramspeed
        |   |-- Floatmem
        |   |-- Intmem
        |   |-- inxi.log
        |   `-- top.log
        |-- ssl
        |   |-- AES-128-CBC_dump
        |   |-- RSA_dump
        |   |-- inxi.log
        |   `-- top.log
        `-- whetstone
            |-- inxi.log
            |-- node-41.zte.com.cn-2017-03-09-01
            |-- node-41.zte.com.cn-2017-03-09-01.html
            |-- node-41.zte.com.cn-2017-03-09-01.log
            `-- top.log

Change-Id: I5889a0e5dbe99f28212d6e0cdf69b9c03d89a9fe
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
13 files changed:
qtip/driver/playbook/bwn_ng.yaml
qtip/driver/playbook/dpi/run.yaml
qtip/driver/playbook/dpi/setup.yaml
qtip/driver/playbook/inxi.yaml
qtip/driver/playbook/openssl/run.yaml
qtip/driver/playbook/openssl/setup.yaml
qtip/driver/playbook/ramspeed/run.yaml
qtip/driver/playbook/ramspeed/setup.yaml
qtip/driver/playbook/top.yaml
qtip/driver/playbook/unixbench/dhrystone.yaml
qtip/driver/playbook/unixbench/run.yaml
qtip/driver/playbook/unixbench/setup.yaml
qtip/driver/playbook/unixbench/whetstone.yaml