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

test: Update network-interface config for e2es #664

Merged
merged 1 commit into from
Mar 10, 2023
Merged

test: Update network-interface config for e2es #664

merged 1 commit into from
Mar 10, 2023

Conversation

Callisto13
Copy link
Member

This was previously eth0 which led to a weird and misleading error from firecracker complaining about network_interfaces missing.. when the api actually accepts network-interfaces with a dash. This is a red-herring: really firecracker just wasn't happy with us setting eth0 because it apparently uses that for something else.

I also updated the images used in the test to use our official builds.

This was previously `eth0` which led to a weird and misleading error from
firecracker complaining about `network_interfaces` missing.. when the
api actually accepts `network-interfaces` with a dash. This is a
red-herring: really firecracker just wasn't happy with us setting `eth0`
because it apparently uses that for something else.

I also updated the images used in the test to use our official builds.
@Callisto13 Callisto13 added kind/bug Something isn't working kind/test Updates to tests only labels Mar 10, 2023
@Callisto13
Copy link
Member Author

Copy link
Contributor

@yitsushi yitsushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Can you document this something, somewhere? Or is it's not expected users will end up setting it to eth0?

@Callisto13
Copy link
Member Author

Yeh i will do a separate PR with a note and adding the failure to the troubleshooting guides, because it is the most irritating error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working kind/test Updates to tests only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants