Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
14
.gitignore
vendored
14
.gitignore
vendored
@ -1 +1,13 @@
|
|||||||
SOURCES/stratis-cli-2.4.2.tar.gz
|
/stratis-cli-0.0.5.tar.gz
|
||||||
|
/stratis-cli-0.5.0.tar.gz
|
||||||
|
/stratis-cli-0.5.5.tar.gz
|
||||||
|
/stratis-cli-1.0.0.tar.gz
|
||||||
|
/stratis-cli-1.0.1.tar.gz
|
||||||
|
/stratis-cli-1.0.2.tar.gz
|
||||||
|
/stratis-cli-2.0.0.tar.gz
|
||||||
|
/stratis-cli-2.1.0.tar.gz
|
||||||
|
/stratis-cli-2.1.1.tar.gz
|
||||||
|
/stratis-cli-2.3.0.tar.gz
|
||||||
|
/stratis-cli-2.4.0.tar.gz
|
||||||
|
/stratis-cli-2.4.1.tar.gz
|
||||||
|
/stratis-cli-2.4.2.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
1d26c9a3f549d08e90bb54084f99b1825d6ac538 SOURCES/stratis-cli-2.4.2.tar.gz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (stratis-cli-2.4.2.tar.gz) = 7bfeafa6a52ba05ecd4cb3db791305effabeb73f4aff4d520ddad5da693ba3107311148f164f1092997fc4afcbaa65abfdd01cab4b2eef61c7f91ff5d2979921
|
1
tests/.fmf/version
Normal file
1
tests/.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
9
tests/provision.fmf
Normal file
9
tests/provision.fmf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
standard-inventory-qcow2:
|
||||||
|
qemu:
|
||||||
|
m: 4G
|
||||||
|
drive:
|
||||||
|
- size: 10737418240
|
||||||
|
- size: 10737418240
|
||||||
|
- size: 10737418240
|
16
tests/tests.yml
Normal file
16
tests/tests.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic # this is a standard test role, it takes care of the test environment, logging, archiving results..
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: ./testing/
|
||||||
|
run: python3 stratis_cli_cert.py -v --disk /dev/vdb --disk /dev/vdc --disk /dev/vdd
|
||||||
|
required_packages:
|
||||||
|
- util-linux
|
||||||
|
- python3-psutil
|
||||||
|
repositories:
|
||||||
|
- repo: "https://github.com/stratis-storage/testing.git"
|
||||||
|
dest: "testing"
|
||||||
|
version: "v2.4.0"
|
Loading…
Reference in New Issue
Block a user