[oe-commits] [openembedded-core] 02/02: oeqa/selftest/runqemu: qemu nfs testing not ready for deployment

git at git.openembedded.org git at git.openembedded.org
Fri Apr 20 07:15:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 9640af873d490c5d22b70e32d918c2db37371d21
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Apr 20 08:10:42 2018 +0100

    oeqa/selftest/runqemu: qemu nfs testing not ready for deployment
    
    This test shouldn't have merged yet since we don't run portmap/rpcbind
    on the autobuilder infrastructure and the test therefore cannot succeed.
    
    We need to document this, set it up, then enable the test. The test itself
    is fine and good to have so its left in the code but disabled for now.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/runqemu.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/runqemu.py b/meta/lib/oeqa/selftest/cases/runqemu.py
index f3ff015..5ebdd57 100644
--- a/meta/lib/oeqa/selftest/cases/runqemu.py
+++ b/meta/lib/oeqa/selftest/cases/runqemu.py
@@ -185,7 +185,9 @@ class QemuTest(OESelftestTestCase):
             qemu_shutdown_succeeded = self._start_qemu_shutdown_check_if_shutdown_succeeded(qemu, shutdown_timeout)
             self.assertTrue(qemu_shutdown_succeeded, 'Failed: %s does not shutdown within timeout(%s)' % (self.machine, shutdown_timeout))
 
-    def test_qemu_can_boot_nfs_and_shutdown(self):
+    # Need to have portmap/rpcbind running to allow this test to work and
+    # current autobuilder setup does not have this.
+    def disabled_test_qemu_can_boot_nfs_and_shutdown(self):
         self.assertExists(self.qemuboot_conf)
         bitbake('meta-ide-support')
         rootfs_tar = "%s-%s.tar.bz2" % (self.recipe, self.machine)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list