vm: Consolidate webserver and start_termina_vm tests

This consolidates the webserver and start_termina_vm into one test so
the VM/container do not need to be created. Going forward we will add
all Crostini tests into this one to avoid the overhead of that
recreation for each test.

BUG=chromium:849438
TEST=vm.CrostiniMultitest

Change-Id: I6153b56f821dab2dafa3513d86ec533327fd6a3b
Reviewed-on: https://chromium-review.googlesource.com/1213777
Commit-Ready: Jeffrey Kardatzke <jkardatzke@google.com>
Tested-by: Jeffrey Kardatzke <jkardatzke@google.com>
Reviewed-by: Dan Erat <derat@chromium.org>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
4 files changed
tree: b25071d0e282ad21149b524e326d6f7e9febd6f1
  1. src/
  2. .gitignore
  3. README.md
README.md

Tast (tests)

This repository contains integration tests that are run by Tast.

Directory structure

  • src/chromiumos/tast/
    • local/ - Code related to local (i.e. on-device or “client”) tests.
      • bundles/ - Local test bundles.
        • cros/ - The “cros” local test bundle, containing standard Chrome OS tests. Tests are packaged by category.
      • ... - Packages used only by local tests.
    • remote/ - Code related to remote (i.e. off-device or “server”) tests.
      • bundles/ - Remote test bundles.
        • cros/ - The “cros” remote test bundle, containing standard Chrome OS tests. Tests are packaged by category.
      • ... - Packages used only by remote tests.

Shared code, the main tast executable, the local_test_runner and remote_test_runner executables responsible for running bundles, and documentation are located in the tast repository.

GoDoc