canonical / ops-scenario

State-transition testing SDK for Operator Framework Juju charms.
Apache License 2.0
10 stars 7 forks source link

fixed juju-info network #165

Closed PietroPasotti closed 1 month ago

PietroPasotti commented 1 month ago

Special-cases network-get for the juju-info relation so that it won't raise if no binding with that name is found in the charm metadata.

User can still override the network by passing it to State.networks.

Fixes #164