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 |
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