Chris MacNaughton
d97b6a77c4
fix ssh command
2019-11-08 08:59:40 +08:00
Chris MacNaughton
6c817e5942
move getting share locations to later
2019-11-07 20:42:41 +08:00
Chris MacNaughton
d016777c77
ensure python-manilaclient is in the setup.py
2019-11-07 20:15:22 +08:00
Chris MacNaughton
a5b618d08b
refactor tests a bit
2019-11-07 15:13:06 +08:00
Chris MacNaughton
ce0eb7ab12
Add functional tests for Manila with Ganesha
...
Add a functional gate where we mount a share on two VMs
in the cloud under test to validate that manila + ganesha
shares work correctly.
2019-11-07 11:32:28 +08:00
Liam Young
4ff8f74e73
Merge pull request #112 from openstack-charmers/ovn-charm
...
net: Revert switch to wait_for_application_states
2019-11-06 15:13:32 +00:00
Frode Nordahl
8aced1c5b2
net: Revert switch to wait_for_application_states
...
We are stuck with juju_wait until we figure out how to deal with
all the non ['active', 'idle', 'Unit is ready.'] workload/agent
states and msgs that our mojo specs are exposed to.
2019-11-06 15:49:40 +01:00
Liam Young
f1b4c112e4
Merge pull request #110 from openstack-charmers/ovn-charm
...
Make non-existent tests/tests.yaml non-fatal where possible
2019-11-05 16:57:10 +00:00
Frode Nordahl
8d676bf9fa
Make non-existent tests/tests.yaml non-fatal where possible
...
Not all test environments or runners are equal, don't crash on
non-existent test config.
2019-11-05 16:38:06 +01:00
Liam Young
b5f46b2820
Merge pull request #108 from openstack-charmers/ovn-charm
...
Teach `basic_overcloud_network` configure job about OVN
2019-11-05 10:01:50 +00:00
Alex Kavanagh
c2660eebe9
Merge pull request #109 from gnuoy/add-designate-pkg-info
...
Teach zaza about designate version
2019-11-04 12:03:15 +00:00
Liam Young
63fb045f02
Teach zaza about designate version
2019-11-04 11:35:26 +00:00
Frode Nordahl
675b109d54
Optionally limit number of units to get port attached
...
This is useful for validating deployments with OVN where it is not
required to have external networking attached to every chassis.
Any chassis that does not have external networking directly
attached will forward traffic destined for the external network
through a tunnel to a chassis that does.
2019-11-02 17:16:39 +01:00
Frode Nordahl
8e8544bab7
Fix ovn_present for ovn-dedicated-chassis
...
Add missing unit test.
2019-11-02 10:31:30 +01:00
Chris MacNaughton
89a9c4bd4d
Merge pull request #106 from gnuoy/add-zaza-storage-tests
...
Refactor swift tests and add storage
2019-11-01 10:13:58 +01:00
Frode Nordahl
0163f79ec2
Teach `configure_gateway_ext_port()` about OVN
...
Also stop using ``juju_wait``.
2019-11-01 06:52:22 +01:00
Frode Nordahl
7d1d04a742
Deduce whether DVR is enabled from neutron-api config
...
Add helper to detect presence of OVN in deployment
2019-11-01 06:39:17 +01:00
Frode Nordahl
85927e20c6
Add helper to get uuids of machines w/OVN chassis
...
Refactor get_machines_for_application as generator function instead
of building and passing on static List.
2019-11-01 06:39:07 +01:00
Liam Young
99b53a2a76
Lint fixes
2019-10-31 15:52:37 +00:00
Liam Young
8178607ba9
Refactor swift tests and add storage
...
The SwiftImageCreateTest was running a pause/resume test for
swift proxy which does not make sense. So, break the proxy specific
tests into their own class and add a class for storage. A
subsequent change to the swift-proxy charm will be needed to add
the new proxy test class to the tests.yaml.
2019-10-31 15:37:56 +00:00
Ryan Beisner
62d02ba2d8
Merge pull request #105 from jose-delarosa/heat-functional-tests
...
Add heat functional tests
2019-10-31 08:54:30 -05:00
Jose Delarosa
337c83b68d
heat: Reduce number of asserts and use helpers when appropriate
2019-10-30 14:42:25 -05:00
Jose Delarosa
806e6afd87
Removed blank line after docstring for pep8 compliance
2019-10-29 23:46:52 -05:00
Jose Delarosa
b2141a1c62
heat: more enhancements
...
* Move code into test_410_heat_stack...() instead of calling functions
* Use glance and nova helper functions as available
* Simplify method for detecting duplicate encryption keys
2019-10-29 23:28:07 -05:00
Jose Delarosa
80d1f1086d
Code improvements and fixes
...
* Removed heat templates
* Improved Docstring content
* Added code to assert errors when failing
* Removed private variable names
* Removed test_402_heat_stack_list function
2019-10-28 23:30:51 -05:00
Jose Delarosa
08b5b70854
Fix pep8 failures
2019-10-25 16:28:27 -05:00
Jose Delarosa
d4ea94298f
Add heat functional tests
2019-10-25 15:54:03 -05:00
Frode Nordahl
0f9d439bfd
Merge pull request #104 from ajkavanagh/bug/1828424/openstack-dashboard-tests
...
Add openstack-dashboard functional tests
2019-10-24 10:15:04 +02:00
Liam Young
d24d89e137
Merge pull request #103 from thedac/do-set-dns
...
Do set DNS on overcloud subnets
2019-10-23 20:55:14 +01:00
Alex Kavanagh
47dc2a8b5f
Add openstack-dashboard functional tests
...
This PR adds the ported from the amulet tests in the openstack-dashboard
charm. This is launchpad bug: 1828424 [1]
[1]: https://bugs.launchpad.net/charm-openstack-dashboard/+bug/1828424
2019-10-23 15:48:00 +01:00
David Ames
addee58dd8
Do set DNS on overcloud subnets
...
It turns out we do need to set DNS on the overcloud subnet. It should be
the .2 of the CIDR under test and not the _admin_net's .2. There seems
there are security group rules in the way.
2019-10-22 16:12:26 -07:00
Frode Nordahl
e0b9d9229d
Merge pull request #102 from thedac/do-not-set-dns
...
Stop setting external DNS
2019-10-22 06:32:18 +02:00
David Ames
ea48e8b3d6
Unit test fix
2019-10-21 16:19:42 -07:00
David Ames
a207fea389
Stop setting external DNS
...
Use neutron DNS by not setting a DNS server on the subnet.
Also correct TEST_NAME_SERVER for potential future use.
2019-10-21 16:08:35 -07:00
Ryan Beisner
a7148fe9e5
Merge pull request #101 from thedac/test-vars
...
Handle OSCI environment variables
2019-10-18 15:26:34 -05:00
David Ames
13fa5e9851
Only use TEST_ prefix
2019-10-18 11:26:37 -07:00
David Ames
f29aac19c4
Handle OSCI environment variables
...
Move to preferred TEST_* environment variables, while remaining backward
compatible.
2019-10-18 10:14:34 -07:00
Liam Young
4e89293459
Merge pull request #29 from openstack-charmers/add-ovn
...
Fix zaza.openstack.charm_tests.vault.setup.auto_initialize_no_validation
2019-10-18 11:39:41 +01:00
Frode Nordahl
a82979d145
vault: Await execution prior to validation step
...
Make it possible for consumers of the ``auto_initialize_no_validation``
function to execute subsequent setup and test code that require vault
and the consumers of the ``certificates`` relation to be ready.
With the current order of execution, it is not possible to use the
configure function in models where ``keystone`` application is not
present.
2019-10-18 11:05:18 +02:00
Alex Kavanagh
333c828742
Merge pull request #100 from thedac/dragent-retries
...
Allow more time for BGP route test
2019-10-17 09:21:24 +01:00
David Ames
29a4c7cf44
Display routes in assertion error
2019-10-16 15:46:33 -07:00
David Ames
743c4765a4
Allow more time for BGP route test
...
Add more retries to the bgp route test and print out the routing table.
2019-10-16 14:57:53 -07:00
David Ames
bb1525ddff
Merge pull request #60 from exsdev0/rabbitmq-zaza-tests
...
Rabbitmq zaza tests
2019-10-15 08:40:20 -07:00
Edin Sarajlic
596c347be4
Add unit test for generic util function: check_commands_on_units
2019-10-15 14:03:43 +11:00
Edin Sarajlic
6402d5a021
Add unit test for generic util function: port_knock_units
2019-10-15 14:03:43 +11:00
Edin Sarajlic
009f37ab0b
Add unit test for generic util function: get_unit_hostnames
2019-10-15 12:51:39 +11:00
Frode Nordahl
936135001d
Merge pull request #99 from gnuoy/run-funcs-post-upgrade
...
Series upgrade tests run funcs after upgrade.
2019-10-14 13:35:57 +02:00
Liam Young
6c15605222
Series upgrade tests run funcs after upgrade.
...
Execute a list of functions after series upgrade if one is
supplied. This change is driven by the upgrade testing of vault.
Vault needs to be unsealed after it is rebooted.
2019-10-14 10:39:11 +00:00
James Page
6b27d77f4c
Merge pull request #98 from gnuoy/refactor-vault-unseal-code
...
Facade for vault & basic_setup_and_unseal
2019-10-14 10:46:36 +01:00
Liam Young
79a149bfc5
Facade for vault & basic_setup_and_unseal
...
Add a facade for interacting with vault and a function which
unseals vault units (useful when vault units have been rebooted).
2019-10-14 08:56:35 +00:00