Skip to content

Commit

Permalink
libs: Add envoy.distribution.distrotest (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Aug 25, 2021
1 parent 92022e8 commit 56330a7
Show file tree
Hide file tree
Showing 11 changed files with 2,693 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- envoy.base.runner
- envoy.base.checker
- envoy.docker.utils
- envoy.distribution.distrotest
- envoy.github.abstract
- envoy.github.release
- envoy.gpg.identity
Expand Down Expand Up @@ -95,6 +96,7 @@ jobs:
- envoy.base.runner
- envoy.base.checker
- envoy.docker.utils
- envoy.distribution.distrotest
- envoy.github.abstract
- envoy.github.release
- envoy.gpg.identity
Expand Down
5 changes: 5 additions & 0 deletions envoy.distribution.distrotest/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

envoy.distribution.distrotest
=============================

Lib for testing packages with distributions in Envoy proxy's CI
1 change: 1 addition & 0 deletions envoy.distribution.distrotest/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

from .distrotest import (
BuildError,
ConfigurationError,
ContainerError,
DistroTestConfig,
DistroTestImage,
DistroTest)


__all__ = (
"BuildError",
"ConfigurationError",
"ContainerError",
"DistroTestConfig",
"DistroTestImage",
"DistroTest")
Loading

0 comments on commit 56330a7

Please sign in to comment.