-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Labels
kind/defectBehavior that is inconsistent with what's intendedBehavior that is inconsistent with what's intendedpriority/p0team/container
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/defectBehavior that is inconsistent with what's intendedBehavior that is inconsistent with what's intendedpriority/p0team/container