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

add tests #9

Merged
merged 1 commit into from
Oct 21, 2022
Merged

add tests #9

merged 1 commit into from
Oct 21, 2022

Conversation

glimchb
Copy link
Member

@glimchb glimchb commented Oct 21, 2022

Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
@glimchb glimchb requested a review from a team as a code owner October 21, 2022 17:12
@glimchb glimchb requested a review from PWAlessi October 21, 2022 17:13
@glimchb
Copy link
Member Author

glimchb commented Oct 21, 2022

learning golang...

$ docker run --rm -it -e CGO_ENABLED=0 -v `pwd`:/app -w /app golang:alpine go test -v /app/...
go: downloading github.com/opiproject/opi-api v0.0.0-20221018203211-8703af0d8989
go: downloading google.golang.org/grpc v1.50.1
go: downloading google.golang.org/protobuf v1.28.1
go: downloading github.com/golang/protobuf v1.5.2
go: downloading golang.org/x/net v0.0.0-20220927171203-f486391704dc
go: downloading google.golang.org/genproto v0.0.0-20220927151529-dcaddaf36704
go: downloading golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
go: downloading golang.org/x/text v0.3.7


=== RUN   TestBackEnd_NVMfRemoteControllerConnect
--- PASS: TestBackEnd_NVMfRemoteControllerConnect (0.00s)
=== RUN   TestBackEnd_NVMfRemoteControllerDisconnect
--- PASS: TestBackEnd_NVMfRemoteControllerDisconnect (0.00s)
=== RUN   TestBackEnd_NVMfRemoteControllerReset
--- PASS: TestBackEnd_NVMfRemoteControllerReset (0.00s)
=== RUN   TestBackEnd_NVMfRemoteControllerList
--- PASS: TestBackEnd_NVMfRemoteControllerList (0.00s)
=== RUN   TestBackEnd_NVMfRemoteControllerGet
--- PASS: TestBackEnd_NVMfRemoteControllerGet (0.00s)
=== RUN   TestBackEnd_NVMfRemoteControllerStats
--- PASS: TestBackEnd_NVMfRemoteControllerStats (0.00s)
=== RUN   TestFrontEnd_NVMeSubsystemCreate
--- PASS: TestFrontEnd_NVMeSubsystemCreate (0.00s)
=== RUN   TestFrontEnd_NVMeSubsystemDelete
--- PASS: TestFrontEnd_NVMeSubsystemDelete (0.00s)
=== RUN   TestFrontEnd_NVMeSubsystemUpdate
--- PASS: TestFrontEnd_NVMeSubsystemUpdate (0.00s)
=== RUN   TestFrontEnd_NVMeSubsystemList
--- PASS: TestFrontEnd_NVMeSubsystemList (0.00s)
=== RUN   TestFrontEnd_NVMeSubsystemGet
--- PASS: TestFrontEnd_NVMeSubsystemGet (0.00s)
=== RUN   TestFrontEnd_NVMeSubsystemStats
--- PASS: TestFrontEnd_NVMeSubsystemStats (0.00s)
=== RUN   TestMiddleEnd_Crypto
--- PASS: TestMiddleEnd_Crypto (0.00s)
=== RUN   TestSpdk_Call
--- PASS: TestSpdk_Call (0.00s)
PASS
ok      opi.storage.v1  0.004s

Copy link
Contributor

@mestery mestery left a comment

Choose a reason for hiding this comment

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

...

@glimchb glimchb merged commit 747c9ef into opiproject:main Oct 21, 2022
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.

2 participants