diff --git a/Sanity/got-audit/Makefile b/Sanity/got-audit/Makefile deleted file mode 100644 index 15a1eca..0000000 --- a/Sanity/got-audit/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Makefile of /CoreOS/nginx/Sanity/got-audit -# Description: Ensure pointers in the server process GOT match expected values -# Author: Gordon Messmer -# - -export TEST=/CoreOS/nginx/Sanity/got-audit -export TESTVERSION=1.0 - -BUILT_FILES= - -FILES=$(METADATA) runtest.sh Makefile got-audit.gdb - -.PHONY: all install download clean - -run: $(FILES) build - ./runtest.sh - -build: $(BUILT_FILES) - test -x runtest.sh || chmod a+x runtest.sh - -clean: - rm -f *~ $(BUILT_FILES) - - --include /usr/share/rhts/lib/rhts-make.include - -$(METADATA): Makefile - @echo "Owner: Gordon Messmer " > $(METADATA) - @echo "Name: $(TEST)" >> $(METADATA) - @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) - @echo "Path: $(TEST_DIR)" >> $(METADATA) - @echo "Description: Ensure pointers in the server process GOT match expected values" >> $(METADATA) - @echo "Type: Sanity" >> $(METADATA) - @echo "TestTime: 5m" >> $(METADATA) - @echo "RunFor: nginx" >> $(METADATA) - @echo "Requires: nginx gdb-gef" >> $(METADATA) - @echo "Priority: Normal" >> $(METADATA) - @echo "License: GPLv2+" >> $(METADATA) - @echo "Confidential: yes" >> $(METADATA) - @echo "Destructive: no" >> $(METADATA) - @echo "Releases: " >> $(METADATA) - - rhts-lint $(METADATA) diff --git a/Sanity/got-audit/main.fmf b/Sanity/got-audit/main.fmf index 552c5ef..d425d77 100644 --- a/Sanity/got-audit/main.fmf +++ b/Sanity/got-audit/main.fmf @@ -7,6 +7,7 @@ description: | contact: Gordon Messmer require+: - gdb-gef # needed to test got-audit + - nginx test: ./runtest.sh framework: beakerlib