Add CI tests for Atomic Host using the standard test interface
This commit is contained in:
parent
c93dd9d5bf
commit
563c667dd6
1
tests/at
Submodule
1
tests/at
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 30cccc88a2064eb05018a09d65164a26972cd5b5
|
@ -42,9 +42,6 @@ build: $(BUILT_FILES)
|
||||
clean:
|
||||
rm -f *~ $(BUILT_FILES)
|
||||
|
||||
|
||||
include /usr/share/rhts/lib/rhts-make.include
|
||||
|
||||
$(METADATA): Makefile
|
||||
@echo "Owner: Radek Biba <rbiba@redhat.com>" > $(METADATA)
|
||||
@echo "Name: $(TEST)" >> $(METADATA)
|
||||
|
@ -27,7 +27,6 @@
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
# Include rhts environment
|
||||
. /usr/bin/rhts-environment.sh
|
||||
. /usr/share/rhts-library/rhtslib.sh
|
||||
|
||||
PACKAGE="at"
|
||||
|
@ -5,6 +5,8 @@
|
||||
- role: standard-test-beakerlib
|
||||
tags:
|
||||
- classic
|
||||
- container
|
||||
- atomic
|
||||
tests:
|
||||
- initscript
|
||||
required_packages:
|
||||
|
Loading…
Reference in New Issue
Block a user