Skip to content

Commit

Permalink
Merge pull request #179 from mkalcok/openstack-cloud-setup
Browse files Browse the repository at this point in the history
Openstack cloud tests
  • Loading branch information
dceara authored Oct 27, 2023
2 parents 5055c84 + 799324e commit 3ed6f0d
Show file tree
Hide file tree
Showing 17 changed files with 1,674 additions and 670 deletions.
7 changes: 6 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,17 @@ low_scale_task:
upload_caches:
- runtime

test_script:
test_ovn_kubernetes_script:
- 'sed -i "s/^ log_cmds\: False/ log_cmds\: True/"
test-scenarios/ovn-low-scale*.yml'
- ./do.sh run test-scenarios/ovn-low-scale.yml low-scale
- ./do.sh run test-scenarios/ovn-low-scale-ic.yml low-scale-ic

test_openstack_script:
- 'sed -i "s/^ log_cmds\: false/ log_cmds\: true/"
test-scenarios/openstack-low-scale.yml'
- ./do.sh run test-scenarios/openstack-low-scale.yml openstack-low-scale

check_logs_script:
- ./utils/logs-checker.sh

Expand Down
11 changes: 11 additions & 0 deletions ovn-tester/cms/openstack/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from .openstack import (
OpenStackCloud,
OVN_HEATER_CMS_PLUGIN,
ExternalNetworkSpec,
)

__all__ = [
OpenStackCloud,
OVN_HEATER_CMS_PLUGIN,
ExternalNetworkSpec,
]
Loading

0 comments on commit 3ed6f0d

Please sign in to comment.