Skip to content

Commit

Permalink
NeoEden : rename unused paramater to _
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriyar Jalayeri <[email protected]>
  • Loading branch information
shjala committed Oct 23, 2024
1 parent 3be2cad commit 6c421d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions neo-eden/tests/eve/vcom_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import (
"github.com/bloomberg/go-testgroup"
)

func (grp *SmokeTests) TestVcomLinkTpmRequestEK(t *testgroup.T) {
func (grp *SmokeTests) TestVcomLinkTpmRequestEK(_ *testgroup.T) {
eveNode.LogTimeInfof("TestVcomLinkTpmRequestEK started")
defer eveNode.LogTimeInfof("TestVcomLinkTpmRequestEK finished")

t.Log("Checking if vcomlink is running on EVE")
eveNode.LogTimeInfof("Checking if vcomlink is running on EVE")
stat, err := eveNode.EveRunCommand("eve exec pillar ss -l --vsock")
if err != nil {
eveNode.LogTimeFatalf("Failed to check if vcomlink is running: %v", err)
Expand Down
2 changes: 1 addition & 1 deletion neo-eden/tests/virtualization/vtpm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
tk "github.com/lf-edge/eden/pkg/evetestkit"
)

func (grp *VirtualizationTests) TestVtpmIsStatePreservation(t *testgroup.T) {
func (grp *VirtualizationTests) TestVtpmIsStatePreservation(_ *testgroup.T) {
eveNode.LogTimeInfof("TestVtpmIsStatePreservation started")
defer eveNode.LogTimeInfof("TestVtpmIsStatePreservation finished")

Expand Down

0 comments on commit 6c421d5

Please sign in to comment.