canonical / charm-duplicity

A charm that provides functionality for both manual and automatic backups for a deployed application
0 stars 3 forks source link

Add functional tests for GPG encryption #4

Open jneo8 opened 11 months ago

jneo8 commented 11 months ago

There are no functional tests for the GPG encryption feature. This has led to bugs like LP#1912580, where the feature does not work properly.

Ideally a functional test would create a gpg keypair, configure the charm for functional gpg encryption and validate that the backups are created and can actually be decrypted with the relevant private key.


Imported from Launchpad using lp2gh.

jneo8 commented 11 months ago

(by xavpaice) To close this, we will need a functest that actually runs the CLI for duplicity in order to validate that the CLI is parsed correctly.