Logo
Explore Help
Register Sign In
rancher/plugins
1
0
Fork 1
You've already forked plugins
mirror of https://github.com/rancher/plugins.git synced 2025-09-05 06:37:50 +00:00
Code Issues Projects Releases Wiki Activity
Files
a7e8db00cbedc8eb258661e1edce64107c19ed63
plugins/pkg/testutils/echo/init_test.go

14 lines
202 B
Go
Raw Normal View History

portmap integration test: echo server runs in separate process this way we're not mixing goroutines and namespaces
2017-09-05 23:36:12 -07:00
package main_test
import (
ci(lint): setup golangci-lint Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2023-02-28 22:27:25 +00:00
"testing"
Update tests to utilize ginkgo/v2 This commit updates the import of ginkgo to v2 in all of the tests. Signed-off-by: liornoy <lnoy@redhat.com> Co-authored-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-18 12:30:11 +02:00
. "github.com/onsi/ginkgo/v2"
portmap integration test: echo server runs in separate process this way we're not mixing goroutines and namespaces
2017-09-05 23:36:12 -07:00
. "github.com/onsi/gomega"
)
func TestEchosvr(t *testing.T) {
RegisterFailHandler(Fail)
build: some small improvements; bump to go1.10 - bump to go 1.10 - Add a linker tag with the build version - Remove fastbuild, go builds are cached now - Use better ginkgo suite names
2018-04-12 14:01:10 +02:00
RunSpecs(t, "pkg/testutils/echosvr")
portmap integration test: echo server runs in separate process this way we're not mixing goroutines and namespaces
2017-09-05 23:36:12 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 98ms Template: 61ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API