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

Fix: Test launch a VM without building it locally #588

Commits on Apr 4, 2024

  1. Fix: Test launch a VM without building it locally

    Deleting the line with mksquashfs which was building the runtimes locally.
    ajin authored and ajin committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6723551 View commit details
    Browse the repository at this point in the history
  2. Feature: Adding a test using Item hash

    Adding a test which create a VM without building it locally
    ajin authored and ajin committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    79b2d8c View commit details
    Browse the repository at this point in the history
  3. Fix: Removing useless import

    Removing useless import logging inside the test of the online VM build
    ajin authored and ajin committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f0f1541 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Fix: Some tests about creation/execution can be grouped

    Some tests have the same scope, the only difference is that one test build locally
    the other download from the network.
    Solution: Group these tests in the same file.
    ajin authored and ajin committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    900a45b View commit details
    Browse the repository at this point in the history