summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/runtime-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/runtime-test.py')
-rw-r--r--meta/lib/oeqa/selftest/runtime-test.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/lib/oeqa/selftest/runtime-test.py b/meta/lib/oeqa/selftest/runtime-test.py
index ea31c18229..e498d046cf 100644
--- a/meta/lib/oeqa/selftest/runtime-test.py
+++ b/meta/lib/oeqa/selftest/runtime-test.py
@@ -193,8 +193,6 @@ postinst-delayed-t \
193 present on rootfs dir. 193 present on rootfs dir.
194 4. Boot the image created on qemu and verify that the file 194 4. Boot the image created on qemu and verify that the file
195 created by postinst_boot recipe is present on image. 195 created by postinst_boot recipe is present on image.
196 5. Clean the packages and image created to test with
197 different package managers
198 Expected: The files are successfully created during rootfs and boot 196 Expected: The files are successfully created during rootfs and boot
199 time for 3 different package managers: rpm,ipk,deb and 197 time for 3 different package managers: rpm,ipk,deb and
200 for initialization managers: sysvinit and systemd. 198 for initialization managers: sysvinit and systemd.
@@ -237,7 +235,3 @@ postinst-delayed-t \
237 sshargs = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' 235 sshargs = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
238 result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand)) 236 result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand))
239 self.assertEqual(result.status, 0, 'File %s was not created at firts boot'% fileboot_name) 237 self.assertEqual(result.status, 0, 'File %s was not created at firts boot'% fileboot_name)
240
241 #Step 5
242 bitbake(' %s %s -c cleanall' % (rootfs_pkg, boot_pkg))
243 bitbake('core-image-minimal -c cleanall')