Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expand test suite framework to run on top of docker and vagrant in addition to virter #527

Open
mmguero opened this issue Dec 12, 2024 · 0 comments
Labels
docker Relating to docker and docker-compose as used by Malcolm enhancement New feature or request testing Related to automated system testing of Malcolm
Milestone

Comments

@mmguero
Copy link
Collaborator

mmguero commented Dec 12, 2024

Currently the test suite runs on top of virter. This is good, and it works well, but we could potentially expand it to work with other backends as well.

this would involve a few things

  • changing the main unit to take arguments allowing you to specify the backend to use
  • use object oriented programming to refactor the MalcolmVM object so that there are different derived classes that encapsulate the backend logic

Ideally we could maybe reuse some of the provisioning steps to be usable across the various types, although there may be some duplication that has to occur.

@mmguero mmguero added docker Relating to docker and docker-compose as used by Malcolm enhancement New feature or request testing Related to automated system testing of Malcolm labels Dec 12, 2024
@mmguero mmguero added this to the z.staging milestone Dec 12, 2024
@mmguero mmguero added this to Malcolm Dec 12, 2024
@mmguero mmguero moved this to Todo (develop) in Malcolm Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Relating to docker and docker-compose as used by Malcolm enhancement New feature or request testing Related to automated system testing of Malcolm
Projects
Status: Todo (develop)
Development

No branches or pull requests

1 participant