Skip to content

Remove unneeded test IDs from FVTs #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions ci/patch-openstack-versions.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
spec:
customContainerImages:
aodhAPIImage: quay.rdoproject.org/podified-master-centos10/openstack-aodh-api:current
aodhEvaluatorImage: quay.rdoproject.org/podified-master-centos10/openstack-aodh-evaluator:current
aodhListenerImage: quay.rdoproject.org/podified-master-centos10/openstack-aodh-listener:current
aodhNotifierImage: quay.rdoproject.org/podified-master-centos10/openstack-aodh-notifier:current
ceilometerCentralImage: quay.rdoproject.org/podified-master-centos10/openstack-ceilometer-central:current
ceilometerComputeImage: quay.rdoproject.org/podified-master-centos10/openstack-ceilometer-compute:current
heatAPIImage: quay.rdoproject.org/podified-master-centos10/openstack-heat-api:current
heatCfnapiImage: quay.rdoproject.org/podified-master-centos10/openstack-heat-api-cfn:current
heatEngineImage: quay.rdoproject.org/podified-master-centos10/openstack-heat-engine:current
aodhAPIImage: quay.rdoproject.org/podified-master-centos10/openstack-aodh-api:current-tested
aodhEvaluatorImage: quay.rdoproject.org/podified-master-centos10/openstack-aodh-evaluator:current-tested
aodhListenerImage: quay.rdoproject.org/podified-master-centos10/openstack-aodh-listener:current-tested
aodhNotifierImage: quay.rdoproject.org/podified-master-centos10/openstack-aodh-notifier:current-tested
ceilometerCentralImage: quay.rdoproject.org/podified-master-centos10/openstack-ceilometer-central:current-tested
ceilometerComputeImage: quay.rdoproject.org/podified-master-centos10/openstack-ceilometer-compute:current-tested
heatAPIImage: quay.rdoproject.org/podified-master-centos10/openstack-heat-api:current-tested
heatCfnapiImage: quay.rdoproject.org/podified-master-centos10/openstack-heat-api-cfn:current-tested
heatEngineImage: quay.rdoproject.org/podified-master-centos10/openstack-heat-engine:current-tested
3 changes: 0 additions & 3 deletions roles/telemetry_autoscaling/tasks/configure_heat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@
# into the template.yaml file, they weren't passed to the instance initially.
- name: |
TEST configure heat template automatically scaling instances
RHOSO-12657
ansible.builtin.template:
src: instance.yaml.j2
dest: ~/templates/autoscaling/vnf/instance.yaml

- name: |
TEST Create resource reference in the heat template
RHOSO-12658
ansible.builtin.copy:
dest: ~/templates/autoscaling/vnf/resources.yaml
content: |
Expand All @@ -45,7 +43,6 @@

- name: |
TEST Create template heat control instances
RHOSO-12659
ansible.builtin.template:
dest: ~/templates/autoscaling/vnf/template.yaml
src: template.yaml.j2
8 changes: 0 additions & 8 deletions roles/telemetry_autoscaling/tasks/creating_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

- name: |
TEST create stack
RHOSO-12648
ansible.builtin.shell: |
#source ~/overcloudrc;
{{ openstack_cmd }} stack create \
Expand All @@ -42,7 +41,6 @@

- name: |
TEST verify stack was successfully created
RHOSO-12704
ansible.builtin.shell: |
# source ~/overcloudrc;
{{ openstack_cmd }} stack show {{ stack_name }};
Expand All @@ -54,7 +52,6 @@

- name: |
TEST Verify stack resources created
RHOSO-12650
ansible.builtin.shell: |
# source ~/overcloudrc;
export STACK_ID=$({{ openstack_cmd }} stack show {{ stack_name }} -c id -f value);
Expand All @@ -67,7 +64,6 @@

- name: |
TEST Verify ceilometer cpu metrics exist
RHOSO-12707
ansible.builtin.shell: |
# source ~/overcloudrc;
{{ openstack_cmd }} metric list
Expand All @@ -82,7 +78,6 @@

- name: |
TEST Verify that an instance was launched
RHOSO-12651
ansible.builtin.shell: |
# source ~/overcloudrc;
export STACK_ID=$({{ openstack_cmd }} stack show {{ stack_name }} -c id -f value);
Expand All @@ -92,7 +87,6 @@

- name: |
TEST Verify that alarms were created
RHOSO-12652
ansible.builtin.shell: |
# source ~/overcloudrc;
{{ openstack_cmd }} alarm list
Expand All @@ -115,7 +109,6 @@

- name: |
TEST Verify resource id match alarm id low
RHOSO-12653
ansible.builtin.shell: |
# source ~/overcloudrc;
{{ openstack_cmd }} alarm list |grep -i cpu_alarm_low | grep {{ stack_name }} | awk '{print $2}'
Expand All @@ -125,7 +118,6 @@

- name: |
TEST Verify physical resource id match the alarm high
RHOSO-12654
ansible.builtin.shell: |
# source ~/overcloudrc;
{{ openstack_cmd }} alarm list |grep -i cpu_alarm_high | grep {{ stack_name }} | awk '{print $2}'
Expand Down
1 change: 0 additions & 1 deletion roles/telemetry_autoscaling/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# i.e. networks, flavor, image, security group
- name: |
TEST Verify services running
RHOSO-12666
when: metrics_backend == "prometheus"
ansible.builtin.include_tasks:
file: test_services.yml
Expand Down
5 changes: 0 additions & 5 deletions roles/telemetry_autoscaling/tasks/test_autoscaling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

- name: |
TEST Verify number instances before scaling
RHOSO-12665
ansible.builtin.shell: |
# source ~/overcloudrc;
{{ openstack_cmd }} server list --long | grep -i 'metering.server_group'
Expand Down Expand Up @@ -86,7 +85,6 @@

- name: |
TEST Verify cpu high alarm has been triggered
RHOSO-12660
ansible.builtin.shell: |
# source ~/overcloudrc;
{{ openstack_cmd }} alarm list -c state -c name -f value| \
Expand All @@ -100,7 +98,6 @@

- name: |
TEST Verify orchestration scaled up instances
RHOSO-12661
ansible.builtin.shell: |
# source ~/overcloudrc;
{{ openstack_cmd }} server list --long | grep -i metering.server_group
Expand All @@ -122,7 +119,6 @@

- name: |
TEST Verify cpu low alarm has been triggered
RHOSO-12664
ansible.builtin.shell: |
# source ~/overcloudrc;
{{ openstack_cmd }} alarm list -c state -c name -f value| \
Expand All @@ -136,7 +132,6 @@

- name: |
TEST Verify Orchestration scaled down instances
RHOSO-12663
ansible.builtin.shell: |
# source ~/overcloudrc;
export STACK_ID=$({{ openstack_cmd }} stack show {{ stack_name }} -c id -f value)
Expand Down
2 changes: 0 additions & 2 deletions roles/telemetry_graphing/tasks/cypress_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@

- name: |
TEST Run Cypress tests
RHOSO-13627
ansible.builtin.shell: |
Xvfb :99 -ac &
export DISPLAY=:99
Expand All @@ -84,7 +83,6 @@

- name: |
TEST Check if all tests passed
RHOSO-13628
ansible.builtin.assert:
that:
- cypress_run.rc == 0
Expand Down
1 change: 0 additions & 1 deletion roles/telemetry_graphing/tasks/verify_url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

- name: |
TEST Check OpenShift Console is accessible
RHOSO-13626
ansible.builtin.shell:
cmd: |
curl -o /dev/null -s -w "%{http_code}" -k {{ openshift_console_url }}
Expand Down