Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

virtcontainers: Add function to capabilities test #2845

Merged
merged 1 commit into from
Jul 29, 2020

Conversation

cmaf
Copy link
Contributor

@cmaf cmaf commented Jul 21, 2020

Add function that tests multiqueue functions in types/capabilities.go.

Fixes #2844

Signed-off-by: Chelsea Mafrica [email protected]

@cmaf cmaf added the needs-review Needs to be assessed by the team. label Jul 21, 2020
@auto-comment
Copy link

auto-comment bot commented Jul 21, 2020

Thank you for raising your pull request. Please note that the main development of Kata Containers has moved to the 2.0-dev branch of https://github.com/kata-containers/kata-containers repository. The kata-containers/runtime repository is kept for 1.x release maintenance. Please check twice if your change should go to the 2.0-dev branch directly.

If it is strongly required for adding the change to Kata Containers 1.x releases, please ping @kata-containers/runtime to assign a dedicated developer to be responsible for porting the change to 2.0-dev branch. Thanks!

Add function that tests multiqueue functions in types/capabilities.go.

Fixes kata-containers#2844

Signed-off-by: Chelsea Mafrica <[email protected]>
@cmaf cmaf force-pushed the unittest-virtcontainers-cap branch from 38520f0 to 18fbde9 Compare July 27, 2020 16:24
Copy link
Contributor

@jodh-intel jodh-intel left a comment

Choose a reason for hiding this comment

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

Thanks @cmaf.

lgtm

@jodh-intel
Copy link
Contributor

/test-ubuntu

@codecov
Copy link

codecov bot commented Jul 28, 2020

Codecov Report

Merging #2845 into master will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2845   +/-   ##
=======================================
  Coverage   50.62%   50.63%           
=======================================
  Files         118      118           
  Lines       17363    17363           
=======================================
+ Hits         8790     8791    +1     
+ Misses       7494     7493    -1     
  Partials     1079     1079           

@cmaf
Copy link
Contributor Author

cmaf commented Sep 1, 2020

Forward port: kata-containers/kata-containers#429

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-review Needs to be assessed by the team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase unit test coverage for virtcontainers/types/capabilities.go
3 participants