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:
|
clean:
|
||||||
rm -f *~ $(BUILT_FILES)
|
rm -f *~ $(BUILT_FILES)
|
||||||
|
|
||||||
|
|
||||||
include /usr/share/rhts/lib/rhts-make.include
|
|
||||||
|
|
||||||
$(METADATA): Makefile
|
$(METADATA): Makefile
|
||||||
@echo "Owner: Radek Biba <rbiba@redhat.com>" > $(METADATA)
|
@echo "Owner: Radek Biba <rbiba@redhat.com>" > $(METADATA)
|
||||||
@echo "Name: $(TEST)" >> $(METADATA)
|
@echo "Name: $(TEST)" >> $(METADATA)
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
# Include rhts environment
|
# Include rhts environment
|
||||||
. /usr/bin/rhts-environment.sh
|
|
||||||
. /usr/share/rhts-library/rhtslib.sh
|
. /usr/share/rhts-library/rhtslib.sh
|
||||||
|
|
||||||
PACKAGE="at"
|
PACKAGE="at"
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
- role: standard-test-beakerlib
|
- role: standard-test-beakerlib
|
||||||
tags:
|
tags:
|
||||||
- classic
|
- classic
|
||||||
|
- container
|
||||||
|
- atomic
|
||||||
tests:
|
tests:
|
||||||
- initscript
|
- initscript
|
||||||
required_packages:
|
required_packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user