#4 Add tier1 tests to CI gating
Closed 3 years ago by ffmancera. Opened 3 years ago by ffmancera.
rpms/ ffmancera/nmstate ci  into  master

Add tier1 tests to CI gating
Fernando Fernandez Mancera • 3 years ago  
file added
+7
@@ -0,0 +1,7 @@ 

+ --- !Policy

+ product_versions:

+   - fedora-*

+ decision_context: bohdi_update_push_testing

+ subject_type: koji_build

+ rules:

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

file modified
+4 -1
@@ -4,7 +4,7 @@ 

  

  Name:           nmstate

  Version:        0.3.3

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Declarative network manager API

  License:        LGPLv2+

  URL:            https://github.com/%{srcname}/%{srcname}
@@ -81,6 +81,9 @@ 

  %{python3_sitelib}/%{libname}/plugins/__pycache__/nmstate_plugin_ovsdb*

  

  %changelog

+ * Thu Jul 09 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.3.3-2

+ - Add tier1 tests to CI gating

+ 

  * Thu Jul 02 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.3.3-1

  - Update to 0.3.3

  

file modified
+10 -1
@@ -4,9 +4,18 @@ 

      tags:

      - classic

      remote_user: root

+     repositories:

+     - repo: "https://github.com/ffmancera/nmstate"

+       dest: "nmstate"

      tests:

+     - tier1-tests:

+         dir: nmstate

+         run: "git checkout port_tests;

+              ./automation/run-tests.sh --test-type=integ_tier1 --pytest-args='-x' --machine --use-installed-nmstate"

      - cli_query_reapply:

          dir: .

          run: ./cli_query_reapply.sh

      required_packages:

-     - nmstate

+     - git

+     - python3-pytest

+     - python3-pytest-cov