DSD-DBS / capella-dockerimages

Collection of Docker images for MBSE. Most images are based on Eclipse Capella.
https://dsd-dbs.github.io/capella-dockerimages/
Apache License 2.0
16 stars 5 forks source link

Add integration test for `backup` Docker image #77

Closed MoritzWeber0 closed 1 year ago

MoritzWeber0 commented 1 year ago

In Capella 6.0.0, the arguments of the importer script have been changed. Thus, the backups fail as we haven't noticed it. We need a full integration test.

Add a new pytest for the backup job:

In addition, the backup image should have support for Capella 6.0.0:

MoritzWeber0 commented 1 year ago

Implemented in https://github.com/DSD-DBS/capella-dockerimages/pull/82