Add CI tests for Atomic Host using the standard test interface

This commit is contained in:
Serhii Turivnyi 2018-04-12 14:40:44 +03:00
parent c93dd9d5bf
commit 563c667dd6
4 changed files with 3 additions and 4 deletions

1
tests/at Submodule

@ -0,0 +1 @@
Subproject commit 30cccc88a2064eb05018a09d65164a26972cd5b5

View File

@ -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)

View File

@ -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"

View File

@ -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: