diff --git a/recipes-openharmony/images/openharmony-standard-image.bb b/recipes-openharmony/images/openharmony-standard-image.bb
index 9bd4498c9dc6f16410e7e4707c98513e9fab2957..94dcff7fd4443e8b0d73697987f1fbc0a1af3ed0 100644
--- a/recipes-openharmony/images/openharmony-standard-image.bb
+++ b/recipes-openharmony/images/openharmony-standard-image.bb
@@ -10,13 +10,5 @@ LICENSE = "Apache-2.0"
 
 inherit core-image
 
-QEMU_USE_SLIRP = "1"
-
-# debug-tweaks provides password-less root account required by testimage
-EXTRA_IMAGE_FEATURES += "debug-tweaks"
-
-# ptest requires ptest-runner and sshd to be present in the image
-IMAGE_INSTALL += "sshd"
-
 # install OpenHarmony components and ptests
 IMAGE_INSTALL += "openharmony-standard-exes"