tree: bffbb6d571d229a12c2adc58140c35465769e59b [path history] [tgz]
  1. launcher/
  2. BUILD.gn
  3. cloud_provider_validation_tests.cmx
  4. convert.cc
  5. convert.h
  6. device_set_test.cc
  7. page_cloud_test.cc
  8. README.md
  9. types.h
  10. validation_test.cc
  11. validation_test.h
src/ledger/bin/tests/cloud_provider/README.md

Validation Test Suite for cloud providers

This directory contains implementation-independent tests for implementations of the CloudProvider interface.

In order to run the tests, run the cloud_provider_validation_tests binary with the cloud provider implementation exposed to it via the svc directory.

We expect that individual cloud provider implementations would develop custom launcher applications that configure and run the validation tests against their implementation of CloudProvider (example).