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

feat: Add 'prefetch' extension for the generating suites #285

Merged
merged 6 commits into from
Apr 2, 2021

Conversation

denis-tingaikin
Copy link
Member

@denis-tingaikin denis-tingaikin commented Apr 2, 2021

Description

This PR allows doing a prefetch of docker images.
Based on #114

By default, this disables SRIOV images from prefetch. To enable sriov testing can be used import around the test file:

import _ "github.com/networkservicemesh/integration-tests/extensions/prefetch/sriov"

Motivation

Closes #145
Closes #114

Vladimir Popov and others added 6 commits April 2, 2021 21:21
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Long image pull on first run can fail test
2 participants