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

vmimage requirement plugin #6043

Open
richtja opened this issue Oct 15, 2024 · 0 comments
Open

vmimage requirement plugin #6043

richtja opened this issue Oct 15, 2024 · 0 comments

Comments

@richtja
Copy link
Contributor

richtja commented Oct 15, 2024

Is your feature request related to a problem? Please describe.
Create vmimage requirement plugin for downloading vmimages which are required for test before running such test. With this feature, the vmimage download and preparations won't be part of test runtime, which can create issues with timeouts.

Describe the solution you'd like
Create vmimage requirement plugin similar to the existing podman-image or sysinfo plugins. This means to be able to define the vmimage requirement like this:

from avocado import Test


class VmimageTest(Test):

    def vmimage_test(self):
        """
        A test with vmimage dependency.

        :avocado: dependency={"type": "vmimage",  "provider": "Fedora",  "version": "40",  "arch":"x86"}
        """
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Short Term (Current Q) Backlog
Development

No branches or pull requests

1 participant