From fe92db3b3f0b4b1e7bed9abe2ef376ef457e1a4c Mon Sep 17 00:00:00 2001 From: duerpei Date: Wed, 29 Jun 2022 16:05:12 +0800 Subject: qa-test-misc: delete glib2 and rpm Due to the adjustment of the framework, the scripts running the test set are moved to 'agl-test-framework', so they are deleted from 'qa-test-misc' According to the previous discussion, rpm will use its ptest, so rpm also be deleted. Bug-AGL: SPEC-4345 Signed-off-by: duerpei Change-Id: Ib5fb19f410a63d3f68d83714a41dc1beeb053d45 --- rpm/rootfs-scripts/resource/tests/rpm_03.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 rpm/rootfs-scripts/resource/tests/rpm_03.sh (limited to 'rpm/rootfs-scripts/resource/tests/rpm_03.sh') diff --git a/rpm/rootfs-scripts/resource/tests/rpm_03.sh b/rpm/rootfs-scripts/resource/tests/rpm_03.sh deleted file mode 100644 index 51d5b95..0000000 --- a/rpm/rootfs-scripts/resource/tests/rpm_03.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# The testscript checks the following options of the command file -# 1) Option qi - -test="rpm03" -test_manual="test-manual-1.2.3.noarch" - -if rpm -qi $test_manual | grep ".*1.2.3.*" -then - echo " -> $test: TEST-PASS" -else - echo " -> $test: TEST-FAIL" -fi; -- cgit