dcos / dcos-e2e

Spin up and manage DC/OS clusters in test environments
Apache License 2.0
60 stars 21 forks source link

Add support for Flatcar OS on Docker #1884

Closed jongiddy closed 4 years ago

jongiddy commented 4 years ago

The test for Enterprise DC/OS fails due to Flatcar using a newer version of systemd than other supported OS's. A fix is in progress.

jongiddy commented 4 years ago

Tests pass with latest version of DC/OS Enterprise

codecov-commenter commented 4 years ago

Codecov Report

Merging #1884 into master will decrease coverage by 13.36%. The diff coverage is 70.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1884       +/-   ##
===========================================
- Coverage   99.26%   85.89%   -13.37%     
===========================================
  Files          40       40               
  Lines        2858     2872       +14     
  Branches      138      138               
===========================================
- Hits         2837     2467      -370     
- Misses         21      404      +383     
- Partials        0        1        +1     
Impacted Files Coverage Δ
src/dcos_e2e/backends/_docker/_containers.py 100.00% <ø> (ø)
src/dcos_e2e/backends/_docker/_docker_build.py 100.00% <ø> (ø)
src/dcos_e2e/cluster.py 96.20% <ø> (-3.80%) :arrow_down:
...est_dcos_e2e/backends/docker/test_distributions.py 91.78% <68.42%> (-8.22%) :arrow_down:
src/dcos_e2e/distributions.py 100.00% <100.00%> (ø)
tests/test_cli/test_dcos_aws/test_cli.py 0.00% <0.00%> (-100.00%) :arrow_down:
tests/test_cli/test_minidcos/test_cli.py 0.00% <0.00%> (-100.00%) :arrow_down:
tests/test_cli/test_dcos_docker/test_cli.py 0.00% <0.00%> (-100.00%) :arrow_down:
tests/test_cli/test_dcos_vagrant/test_cli.py 0.00% <0.00%> (-100.00%) :arrow_down:
tests/test_dcos_e2e/test_cluster.py 78.40% <0.00%> (-21.60%) :arrow_down:
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2728586...5fc6377. Read the comment docs.