mirror of
https://github.com/rancher/os.git
synced 2025-07-16 08:05:51 +00:00
This needds to go.... soon
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
170df073e6
commit
d289b153a4
@ -1,8 +1,8 @@
|
||||
package integration
|
||||
|
||||
import . "gopkg.in/check.v1"
|
||||
import check "gopkg.in/check.v1"
|
||||
|
||||
func (s *QemuSuite) TestRosLocalService(c *C) {
|
||||
func (s *QemuSuite) TestRosLocalService(c *check.C) {
|
||||
s.RunQemu(c)
|
||||
|
||||
// System-docker
|
||||
@ -24,7 +24,7 @@ echo " io.rancher.os.after: console" >> test.yml
|
||||
s.CheckCall(c, `sudo ros service logs test | grep bin`)
|
||||
}
|
||||
|
||||
func (s *QemuSuite) TestRosLocalServiceUser(c *C) {
|
||||
func (s *QemuSuite) TestRosLocalServiceUser(c *check.C) {
|
||||
s.RunQemu(c)
|
||||
|
||||
// User-docker
|
||||
|
Loading…
Reference in New Issue
Block a user