Fixed
Created: Jul 24, 2016
Updated: Dec 3, 2018
Resolved Date: Dec 21, 2016
Found In Version: unknown
Fix Version: 9.0.0.2
Severity: Standard
Applicable for: Wind River Linux 9
Component/s: Userspace
Steps to reproduce:
1, # ./setup.sh --machines qemux86-64 --kernel standard --templates feature/test --dl-layers
2, # source environment-setup-x86_64-wrlinuxsdk-linux
3, # source oe-init-build-env build
4, add one line as below in conf/local.conf
IMAGE_INSTALL_append = " python-pygpgme"
5, # bitbake wrlinux-image-glibc-std
6, boot up the target with runqemu
# runqemu qemux86-64 wrlinux-image-glibc-std kvm nographic
7, # cd /usr/lib64/python-pygpgme/ptest
8, # ./run-ptest
There are three cases failed as below among the total 55 cases.
FAIL: test_edit_ownertrust (tests.test_editkey.EditKeyTestCase)
FAIL: test_edit_quit (tests.test_editkey.EditKeyTestCase)
FAIL: test_edit_sign (tests.test_editkey.EditKeyTestCase)
1, # ./setup.sh --machines qemux86-64 --kernel standard --templates feature/test --dl-layers
2, # source environment-setup-x86_64-wrlinuxsdk-linux
3, # source oe-init-build-env build
4, add one line as below in conf/local.conf
IMAGE_INSTALL_append = " python-pygpgme"
5, # bitbake wrlinux-image-glibc-std
6, boot up the target with runqemu
# runqemu qemux86-64 wrlinux-image-glibc-std kvm nographic
7, # cd /usr/lib64/python-pygpgme/ptest
8, # ./run-ptest