mirror of
https://github.com/rancher/os.git
synced 2025-09-17 15:40:47 +00:00
Refactor integration tests
This commit is contained in:
13
tests/tls_test.go
Normal file
13
tests/tls_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package integration
|
||||
|
||||
import . "gopkg.in/check.v1"
|
||||
|
||||
func (s *QemuSuite) TestTls(c *C) {
|
||||
err := s.RunQemu("--cloud-config", "./tests/assets/test_02/cloud-config.yml")
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
s.CheckCall(c, `
|
||||
set -e -x
|
||||
sudo ros tls gen
|
||||
docker --tlsverify version`)
|
||||
}
|
Reference in New Issue
Block a user