Skip to content

1-24-link containers test does not work in HaaS #7401

@mhagen-vmware

Description

@mhagen-vmware

This part of the test consistently keeps failing:

    ${rc}  ${output}=  Run And Return Rc And Output  docker %{VCH-PARAMS} run --net jedi --link first:1st debian ping -c1 1st
    Should Be Equal As Integers  ${rc}  0
    Should Not Contain  ${output}  Error

The biggest difference it looks like to me from running this locally and from HaaS is that HaaS is blocking DNS queries to 8.8.8.8.... and it looks like from the portlayer logs that it fails right around the step that it does a DNS query but add the internal DNS servers to the install script did not change anything and other test steps appear to make the DNS query step just fine as well. This is the first step in the test that uses network alias, I am wondering if we have a special DNS path through our code when container aliases are being used?

1-24-Docker-Link-VCH-0-1797-container-logs.zip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions