autotest / autotest-client-tests

Autotest client tests
Other
29 stars 84 forks source link

linux-tools: Fixes for integration bugs #82

Closed spoorthy13 closed 7 years ago

spoorthy13 commented 7 years ago

This commit is having fixes for some of the linux-tools tests for the following reasons,

-Package tests wrapper scripts, which were failing due to various reasons. -Deleted package tests which cannot be automated, and deleted files which are available from source. -Added files which are required for package testing. -Modified test wrappers as per the comments recieved for the pull request #81, -by adding check to see if test dependent packages are installed before running the test, -by replacing 'PWD' variable with LTPBIN to get the test path

Signed-off-by:spoorthy<spoorthy@linux.vnet.ibm.com>
Tested-by:spoorthy<spoorthy@linux.vnet.ibm.com>
lmr commented 7 years ago

Thanks @spoorthy13!