Skip to content

Commit

Permalink
Fix comments / test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Shvedunov committed Feb 20, 2019
1 parent ba17950 commit 34f37d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/tapmanager/tapfdsource.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ func (s *TapFDSource) Recover(key string, data []byte) error {
})
}

// RetrieveFDs retrieve the FDs
// It is only the case if VM exited but recover didn't populate the FDs
// RetrieveFDs retrieves the FDs.
// It's only used in case if VM exited but Recover() didn't populate the FDs
func (s *TapFDSource) RetrieveFDs(key string) ([]int, error) {
var podNet *podNetwork
var fds []int
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
. "github.com/Mirantis/virtlet/tests/e2e/ginkgo-ext"
)

var _ = Describe("Virtlet [Basic cirros tests]", func() {
var _ = Describe("Virtlet [Basic tests]", func() {
var (
vm *framework.VMInterface
vmPod *framework.PodInterface
Expand Down

0 comments on commit 34f37d9

Please sign in to comment.