|
@@ -4,8 +4,6 @@ import (
|
|
|
"testing"
|
|
|
)
|
|
|
|
|
|
-
|
|
|
-
|
|
|
func TestParseLxcConfOpt(t *testing.T) {
|
|
|
opts := []string{"lxc.utsname=docker", "lxc.utsname = docker "}
|
|
|
|
|
@@ -149,12 +147,8 @@ func TestParseNetworkOptsUdp(t *testing.T) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
// FIXME: test that destroying a container actually removes its root directory
|
|
|
|
|
|
-
|
|
|
/*
|
|
|
func TestLXCConfig(t *testing.T) {
|
|
|
// Memory is allocated randomly for testing
|
|
@@ -242,7 +236,6 @@ func grepFile(t *testing.T, path string, pattern string) {
|
|
|
}
|
|
|
*/
|
|
|
|
|
|
-
|
|
|
func TestGetFullName(t *testing.T) {
|
|
|
name, err := getFullName("testing")
|
|
|
if err != nil {
|