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

[cli] Fix cli tests by reworking how integration tests are launched #3991

Merged
merged 3 commits into from
Feb 2, 2017

Commits on Feb 1, 2017

  1. Fix #3980 by reworking how integration tests are launched

    - We used OS path mounted into container path (it makes issues as on Windows we don’t have these paths)
    - Now use /dockerfiles path inside the container
    - add skip check for nightlies or it was downloading new images while testing the current nightly
    - add —rm for cleaning containers at the end of the start
    - introduce of some asserts instead of custom checks
    
    Change-Id: I352d7c475796df641c1e34f461c55a76c897922d
    Signed-off-by: Florent BENOIT <[email protected]>
    benoitf committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    77e8748 View commit details
    Browse the repository at this point in the history
  2. Merge branch of tyler for fixing issues on Windows + fix

    Change-Id: I36e2527c2c334221ed2bea0fe99b8ab75ce02ea7
    Signed-off-by: Florent BENOIT <[email protected]>
    benoitf committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    269e28a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. windows fixup

    Signed-off-by: Tyler Jewell [email protected] <[email protected]>
    Tyler Jewell [email protected] committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    d73c74c View commit details
    Browse the repository at this point in the history