Skip to content

Commit 35899e5

Browse files
committed
Add extra test steps
The tests are being run separately at the moment so the different feature tests can be toggled
1 parent 905060b commit 35899e5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ci/ansible-tests-fvt.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ spec:
1010
ansibleGitRepo: 'http://github.com/elfiesmelfie/feature-verification-tests'
1111
debug: true
1212
containerImage: quay.io/podified-antelope-centos9/openstack-ansible-tests:current-podified
13+
# TODO: try an absolute path for the playbook.
1314
#ansiblePlaybookPath: ci/run_verify_metrics_osp18.yml
1415
storageClass: crc-csi-hostpath-provisioner
1516
computeSSHKeySecretName: dataplane-ansible-ssh-private-key-secret
1617
workloadSSHKeySecretName: dataplane-ansible-ssh-private-key-secret
1718
# ansibleExtraVars: "ANSIBLE_ROLES_PATH=roles"
19+
# need to check where the collection ends up living...
20+
# or indeed, just the ansible playbook.
21+
# /var/lib/ansible/ansible/ci/"
1822
ansibleVarFiles: |
1923
cifmw_openshift_kubeconfig: ~/.kube.config
2024
cifmw_path: "{{ ansible_env.PATH }}:/var/lib/ansible/bin"
@@ -57,10 +61,14 @@ spec:
5761
[local]
5862
localhost
5963
workflow:
60-
#- stepName: verify-metrics
61-
# ansiblePlaybookPath: ci/run_verify_metrics_osp18.yml
64+
- stepName: verify-metrics
65+
ansiblePlaybookPath: ci/run_verify_metrics_osp18.yml
6266
- stepName: logging
6367
ansiblePlaybookPath: ci/logging_tests_all.yml
68+
- stepName: autoscaling
69+
ansiblePlaybookPath: ci/run_autoscaling_tests.yml
70+
- stepName: graphing
71+
ansblePlaybookPath: ci/run_graphing_test.yml
6472
- stepName: report-results
6573
ansiblePlaybookPath: ci/report_result.yml
6674
#FIELDS:

ci/run_verify_metrics_osp18.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
- name: Run pre-test steps
3+
ansible.builtin.import_playbook: pre-test-steps.yml
4+
25
- name: Run telemetry tests to verify metrics on osp18
36
hosts: "{{ cifmw_target_hook_host | default('localhost') }}"
47
gather_facts: true

0 commit comments

Comments
 (0)