mirror of
https://github.com/rancher/os.git
synced 2025-06-22 13:07:04 +00:00
12 lines
238 B
Go
12 lines
238 B
Go
package integration
|
|
|
|
import . "gopkg.in/check.v1"
|
|
|
|
func (s *QemuSuite) TestTls(c *C) {
|
|
s.RunQemu(c, "--cloud-config", "./tests/assets/test_02/cloud-config.yml")
|
|
s.CheckCall(c, `
|
|
set -e -x
|
|
sudo ros tls gen
|
|
docker --tlsverify version`)
|
|
}
|