expected
actual
This fix addresses `expected` vs `actual` in integration tests so that they match `assert.Equal(t, expected, actual)` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
``` docker build -f Dockerfile.e2e -t moby-e2e . docker run -v /var/run/docker.sock:/var/run/docker.sock \ -e TEST_INTEGRATION_DIR=/tests/integration/container \ -e DOCKER_API_VERSION=1.36 moby-e2e ``` Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This fix migrates several docker rm tests to api tests Signed-off-by: Yong Tang <yong.tang.github@outlook.com>