aboutsummaryrefslogtreecommitdiffstats
path: root/agl-test
diff options
context:
space:
mode:
authorduerpei <duep.fnst@fujitsu.com>2022-07-28 10:34:43 +0800
committerduerpei <duep.fnst@fujitsu.com>2022-07-28 10:34:43 +0800
commitaa5fab53993f29311f1aef83488eb0f759dabca8 (patch)
treea8f561e714feaa48c577c24b062fef8fe9c9b2d3 /agl-test
parent76665693bf19bdbe159849b43cc42142d3093c2f (diff)
agl-test-framework: demo code submissionneedlefish_13.93.0needlefish/13.93.013.93.0
Submit the demo code of agl-test-framework The "agl-test framework" encapsulates pytest,which aims to provide a unified test set execution entrance. It supports to run various test sets, even these test sets come from different test frameworks, processing these test logs uniformly, and generating complete test report. In this way, it is convenient to test as many targets as possible, in a wide range, so that the test covers a wider range of objects, and is more comprehensive. At present, we plan to support the following test sets in "agl-test": 1. Transplant test sets under Fuego and AGL-JTA 2. Retain the test set under pyagl and agl-ptest (so will depend on "agl-ptest") 3. Migrate new test sets (with upstream) 4. Append new test sets (without upstream) The output of test run is summarized by levels. The first level is the summary of all test sets, and the second level is the summary of a single test set. Now, they are displayed in HTML format, and other formats also can be considered later. Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: I25dfedcf8cdd373544c4fae677330defb5d21840
Diffstat (limited to 'agl-test')
-rwxr-xr-xagl-test3
1 files changed, 3 insertions, 0 deletions
diff --git a/agl-test b/agl-test
new file mode 100755
index 0000000..569784f
--- /dev/null
+++ b/agl-test
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/AGL/agl-test/
+exec pytest "$@"