This repository was archived by the owner on Jan 7, 2023. It is now read-only.
Updated wait_workload_to_stop and stop_workload and Add new method to check vdbench#145
Open
xxl-tx wants to merge 102 commits intointel:masterfrom
Open
Updated wait_workload_to_stop and stop_workload and Add new method to check vdbench#145xxl-tx wants to merge 102 commits intointel:masterfrom
xxl-tx wants to merge 102 commits intointel:masterfrom
Conversation
Signed-off-by: Li Ning <ning.li@intel.com>
Signed-off-by: Li Ning <ning.li@intel.com>
vdbench pull request
vdbench parameters
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
fix a report list bug
Signed-off-by: Li Ning <ning.li@intel.com>
save vdbench parameters for result show
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
edit vdbench parameter file name
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
…lconf delete description from all.conf
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
…arameters_bug fix create case without parameters bug
Signed-off-by: Li Ning <ning.li@intel.com>
change the case_type extracting method
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
add user login function
Signed-off-by: Chendi.Xue <chendi.xue@intel.com>
Small fix on replica size type trans
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
fix latency result not match bug
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
modify login page
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
report add 99.99% latency colume
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
fix sn_iops value error bug
Signed-off-by: ShaoShianXA <shianx.a.shao@intel.com>
add Distributed analysis remote log
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Add 99.99 latency at summary page
add remote log,and clean up tmp_dir when running cases
Signed-off-by: shaoshian <1196753438@qq.com>
ui add resetPerf option
use try and pass when the nvme devices unable to config Signed-off-by: Chendi Xue <chendi.xue@intel.com>
[BUG FIX]fix issue we met in all nvme setup
Signed-off-by: shaoshian <shianx.a.shao@intel.com>
Add interrupt process codes into cetune
Signed-off-by: root <shianx.a.shao@intel.com>
fix workload fio iops
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Update to CeTune documents
When length of test cases is bigger than 9, the description is null. This is fixed in this patch. Signed-off-by: Lisa Li <xiaoyan.li@intel.com>
The original method socket.gethostbyname_ex can only return addresses for the same interface on the same host. Please look into https://docs.python.org/2/library/socket.html. The fix is to get all IPs with ifconfig. Signed-off-by: Lisa Li xiaoyan.li@intel.com
align to current webui updated testcase.
Description is Null in generic scenario
Get all IPs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated wait_workload_to_stop and stop_workload and Add new method to check vdbench @ningli16