Re: [PATCH 14/24] selftests: kvm: return Kselftest Skip code for skipped tests

2018-05-07 Thread Shuah Khan
On 05/07/2018 01:41 PM, Shuah Khan wrote: > On 05/07/2018 05:46 AM, Paolo Bonzini wrote: >> On 05/05/2018 03:13, Shuah Khan (Samsung OSG) wrote: >>> When kvm test is skipped because of unmet dependencies and/or unsupported >>> configuration, it exits with error which is treated as a fail by the >>>

Re: [PATCH 14/24] selftests: kvm: return Kselftest Skip code for skipped tests

2018-05-07 Thread Shuah Khan
On 05/07/2018 05:46 AM, Paolo Bonzini wrote: > On 05/05/2018 03:13, Shuah Khan (Samsung OSG) wrote: >> When kvm test is skipped because of unmet dependencies and/or unsupported >> configuration, it exits with error which is treated as a fail by the >> Kselftest framework. This leads to false negati

Re: [PATCH 14/24] selftests: kvm: return Kselftest Skip code for skipped tests

2018-05-07 Thread Paolo Bonzini
On 05/05/2018 03:13, Shuah Khan (Samsung OSG) wrote: > When kvm test is skipped because of unmet dependencies and/or unsupported > configuration, it exits with error which is treated as a fail by the > Kselftest framework. This leads to false negative result even when the test > could not be run. >

[PATCH 14/24] selftests: kvm: return Kselftest Skip code for skipped tests

2018-05-04 Thread Shuah Khan (Samsung OSG)
When kvm test is skipped because of unmet dependencies and/or unsupported configuration, it exits with error which is treated as a fail by the Kselftest framework. This leads to false negative result even when the test could not be run. Change it to return kselftest skip code when a test gets skip