Adding the check for module to be the same as driver to be tested#3095
Conversation
vaishnavibhat
left a comment
There was a problem hiding this comment.
Hi Pavaman,
Do you think this is a good candidate to be moved to avocado utils ?
Thank you.
|
@PavamanSubramaniyam please check the pylint issue and re-push the code. |
5aea6ec to
beea27e
Compare
Introducing the check for making sure if the network adapter is physically present in the machine Thereby if the driver of the network interface is the same as the kernel module to be tested Signed-off-by: Pavaman Subramaniyam <pavsubra@linux.vnet.ibm.com>
beea27e to
4632f8a
Compare
avocado run --max-parallel-tasks=1 driver_parameter.py -m driver_parameter.py.data/driver_parameter_bnx2x.yamlJOB ID : cdaa55950797b15af8a9e1b604d4fa27c09df400 |
|
I have added the run logs and also corrected the indentation issues and repushed the code. |
|
@PavamanSubramaniyam it would be great if you can add the runs logs based on cfg runs, as this is more helpful in cfg based runs.
So please attach this logs, so that we are good to merge it |
|
python avocado-setup.py --run-suite host_io_network --input-file input_network.txt --output-dir NETWORK host_io_network_driver_parameter_driver_parameter_mlx5_core_roce Run Successfully executed host_io_network_driver_parameter_driver_parameter_i40e Run Successfully executed host_io_network_driver_parameter_driver_parameter_bnx2x Run Successfully executed host_io_network_driver_parameter_driver_parameter_tg3 Run Successfully executed host_io_network_driver_parameter_driver_parameter_slate Run Successfully executed |
|
I have mentioned the contents of the cfg file, the input txt file and the complete execution logs in the corresponding Jira. |
Introducing the check for making sure if the network adapter is physically present in the machine Thereby if the driver of the network interface is the same as the kernel module to be tested