Files
zaza-openstack-tests/zaza/openstack/charm_tests
Frode Nordahl 9203865408 n-ovs: Do not use model.set_application_config directly
There are two problems with doing so as part of individual
functional tests:

1) If the application already have the value set the test will
   time out waiting for a change that will never be made.

2) python-libjuju ``set_config`` call requires values to be
   ``str`` regardless of their actual type.  Pairing this fact
   with the requirement to use the actual type when comparing
   values before attempting to set them makes this very confusing
   and error prone.

   juju/python-libjuju#388
   openstack-charmers/zaza#348

Use the ``config_change`` helper instead.
2020-04-20 10:11:31 +02:00
..
2020-04-16 18:59:07 +02:00
2020-04-16 18:59:07 +02:00
2020-04-16 18:59:07 +02:00
2020-04-16 18:59:07 +02:00
2020-04-16 18:59:07 +02:00
2020-04-16 18:59:07 +02:00
2020-03-10 10:21:14 +00:00
2020-04-07 11:14:49 +02:00
2020-04-07 11:14:49 +02:00