Context
After the release of ckf-1.9, the public-url configuration option will not be required at all. It was left in the test_upgrade test case to be able to upgrade from ckf-1.8 -> ckf-1.9, but it won't be needed after that.
What needs to get done
- Remove the
await ops_test.model.applications[APP_NAME].set_config({"public-url": "http://foo.io"}) from the test_upgrade test case
- Bump the
PREVIOUS_RELEASE = "ckf-1.8/stable" to ckf-1.9
Definition of Done
The public-url configuration option is not set anywhere in the integration tests.
Context
After the release of
ckf-1.9, thepublic-urlconfiguration option will not be required at all. It was left in thetest_upgradetest case to be able to upgrade fromckf-1.8 -> ckf-1.9, but it won't be needed after that.What needs to get done
await ops_test.model.applications[APP_NAME].set_config({"public-url": "http://foo.io"})from thetest_upgradetest casePREVIOUS_RELEASE = "ckf-1.8/stable"tockf-1.9Definition of Done
The
public-urlconfiguration option is not set anywhere in the integration tests.