autotest / autotest-client-tests

Autotest client tests
Other
29 stars 84 forks source link

Fixed kpartx delete partition mapping test #93

Open bskjois opened 7 years ago

bskjois commented 7 years ago

Problem Description : After executing the kpartx -d command, there was a minor delay to capture the required string hence the failure occurred.

Fix : Modified the code to wait for 10 seconds to get the string and then continue with the execution.

Signed-off By: Kowshik Jois kowsjois@in.ibm.com