eclipse-kanto / container-management

container-management
Other
6 stars 10 forks source link

ContainerFactory feature is not compliant with the Vorto model #104

Closed konstantina-gramatova closed 1 year ago

konstantina-gramatova commented 1 year ago

The current implementation of the ContainerFactory feature does not implement the specified Vorto model in its definition in a compliant manner.

As defined in the model, both create and createWithConfig operations must return the ID of the created container instance:

operations {
        create(.......) returns string "Creates ...."
                createWithConfig(....) returns string "Creates ....."
  }

Currently, the implementation does not return any result and it must be fixed accordingly. Any relevant unit/integration TCs must be updated accordingly as well.