Skip to content

Commit

Permalink
runtest/smoketest: Add smoketest
Browse files Browse the repository at this point in the history
This runtest file is meant to be used for infrastructure checks i.e. to
test LTP integration with various frameworks. The testcases were choosen
so that the testrun is fast and also represents reasonable subset of
different LTP testcases, e.g. binary, shell, etc.

The primary reason we are adding this is that we want to get rid of
quickhit, which has been misused for this purpose.

Signed-off-by: Cyril Hrubis <[email protected]>
Reviewed-by: Tim Bird <[email protected]>
Reviewed-by: Petr Vorel <[email protected]>
Tested-by: Petr Vorel <[email protected]>
  • Loading branch information
metan-ucw committed Sep 22, 2020
1 parent 09b3d71 commit 0d732de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions runtest/smoketest
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# The purpose of this file is to have a quick integration test for various
# test frameworks that integrate LTP testsuite.

access01 access01
chdir01 chdir01
fork01 fork01
time01 time01
wait02 wait02
write01 write01
symlink01 symlink01
stat04 symlink01 -T stat04
utime01A symlink01 -T utime01
rename01A symlink01 -T rename01
splice02 seq 1 20 | splice02
route4-change-dst route-change-dist.sh

0 comments on commit 0d732de

Please sign in to comment.