#4 DNM: FZCI f34 container test
Closed 3 years ago by fbo. Opened 3 years ago by fbo.
rpms/ fbo/python-sphinxcontrib-openapi cont-test  into  f34

@@ -1,19 +0,0 @@ 

- #!/bin/bash

- 

- # Include Beaker environment

- . /usr/bin/rhts-environment.sh

- . /usr/lib/beakerlib/beakerlib.sh

- 

- PACKAGE="python3-sphinxcontrib-openapi"

- 

- rlJournalStart

-     rlPhaseStartSetup

-         rlAssertRpm $PACKAGE

-     rlPhaseEnd

- 

-     rlPhaseStartTest

-         rlRun "python3 -c 'from sphinxcontrib import openapi'"

-     rlPhaseEnd

- 

- rlJournalPrintText

- rlJournalEnd

@@ -1,10 +0,0 @@ 

- - hosts: '{{ hosts | default("localhost") }}'

-   vars:

-     package: python3-sphinxcontrib-openapi

-   tasks:

-     - name: Check if package exists

-       command: "rpm -q {{ package }}"

-       args:

-         warn: no

-     - name: Runtest

-       shell: "python3 -c 'from sphinxcontrib import openapi'"

file removed
-11
@@ -1,11 +0,0 @@ 

- ---

- - hosts: localhost

-   roles:

-   - role: standard-test-beakerlib

-     tags:

-     - classic

-     - atomic

-     tests:

-     - simple-test

-     required_packages:

-     - python3-sphinxcontrib-openapi

Build succeeded.

Pull-Request has been closed by fbo

3 years ago