diff --git a/test-cases/apparmor-tracker.yaml b/test-cases/apparmor-tracker.yaml
index cb40ad587af38c517eeb9005412d8a0717cc3810..0f299b22060d6a7ff422566854643a801da76306 100644
--- a/test-cases/apparmor-tracker.yaml
+++ b/test-cases/apparmor-tracker.yaml
@@ -2,9 +2,7 @@ metadata:
   name: apparmor-tracker
   format: "Apertis Test Definition 1.0"
   image-types:
-    minimal: [ armhf-internal, armhf, arm64, amd64 ]
     target:  [ armhf-internal, amd64 ]
-    basesdk: [ amd64 ]
     sdk:     [ amd64 ]
   image-deployment:
     - APT
@@ -18,11 +16,7 @@ metadata:
                 of files in the home directory."
 
   pre-conditions:
-    - "Download the media tarball:"
-    - $ wget https://people.collabora.com/~araujo/apertis-test-media.tar.bz2
-    - "Create directory and unpack media in the shared folder."
-    - $ mkdir -p /home/shared/
-    - $ tar -jxvf apertis-test-media.tar.bz2 -C /home/shared/
+    - "Requires the multimedia demopack to be pre-installed on the tested image under /home/shared"
 
   expected:
     - "Both tests should report pass and not fail:"
@@ -49,10 +43,6 @@ install:
     - python3
     - python3-gi
     - wget
-  steps:
-    - wget https://people.collabora.com/~araujo/apertis-test-media.tar.bz2
-    - mkdir -p /home/shared/
-    - tar -jxvf apertis-test-media.tar.bz2 -C /home/shared/
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
       branch: 'apertis/v2019dev0'
diff --git a/test-cases/tracker-indexing-local-storage.yaml b/test-cases/tracker-indexing-local-storage.yaml
index 94e2f3ac070c0b384bc362886af76e7da4dd6dec..0dc00e1195b8e99feef9406e7c577cdb209c5125 100644
--- a/test-cases/tracker-indexing-local-storage.yaml
+++ b/test-cases/tracker-indexing-local-storage.yaml
@@ -2,9 +2,7 @@ metadata:
   name: tracker-indexing-local-storage
   format: "Apertis Test Definition 1.0"
   image-types:
-    minimal: [ armhf-internal, armhf, arm64, amd64 ]
     target:  [ armhf-internal, amd64 ]
-    basesdk: [ amd64 ]
     sdk:     [ amd64 ]
   image-deployment:
     - APT
@@ -15,11 +13,7 @@ metadata:
   maintainer: "Apertis Project"
 
   pre-conditions:
-    - "Download the media tarball:"
-    - $ wget https://people.collabora.com/~araujo/apertis-test-media.tar.bz2
-    - "Create directory and unpack media in the shared folder."
-    - $ mkdir -p /home/shared/
-    - $ tar -jxvf apertis-test-media.tar.bz2 -C /home/shared/
+    - "Requires the multimedia demopack to be pre-installed on the tested image under /home/shared"
 
   expected:
     - "The output should be similar to that:"
@@ -56,10 +50,6 @@ install:
     - python3-gi
     - tracker
     - wget
-  steps:
-    - wget https://people.collabora.com/~araujo/apertis-test-media.tar.bz2
-    - mkdir -p /home/shared/
-    - tar -jxvf apertis-test-media.tar.bz2 -C /home/shared/
   git-repos:
     - url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
       branch: 'apertis/v2019dev0'