Searched defs:TSTERR (Results 1 - 4 of 4) sorted by relevance

/lxc/src/tests/
H A Dlxcpath.c32 #define TSTERR(x) do { \ macro
44 TSTERR("create using default path");
50 TSTERR("Bad result for path names");
57 TSTERR("Error setting custom path");
63 TSTERR("Bad result for path names after set_config_path()");
70 TSTERR("create using custom path");
77 TSTERR("Bad result for path names after create with custom path");
H A Dcgpath.c38 #define TSTERR(fmt, ...) do { \ macro
60 TSTERR("container %s couldn't instantiate", name);
64 TSTERR("container %s does not exist", name);
70 TSTERR("lxc_cmd_get_cgroup_path returned NULL");
74 TSTERR("lxc_cmd_get_cgroup_path %s not in %s", relpath, cgrelpath);
82 TSTERR("lxc_cgroup_get failed");
89 TSTERR("lxc_cgroup_set failed %d %d", ret, errno);
95 TSTERR("lxc_cgroup_get failed");
99 TSTERR("lxc_cgroup_set_bypath failed to set value >%s<", value);
107 TSTERR("lxc_cgroup_se
[all...]
H A Dconsole.c35 #define TSTERR(fmt, ...) do { \ macro
69 TSTERR("console allocate failed");
74 TSTERR("console allocate got bad ttynum %d", ttynum[0]);
81 TSTERR("console allocate should fail for allocated ttynum %d", ttynum[0]);
98 TSTERR("didn't allocate all consoles %d != %d", nrconsoles, TTYCNT);
128 TSTERR("failed to mkdir %s %s", lxcpath, strerror(errno));
135 TSTERR("instantiating container %s", name);
144 TSTERR("creating container %s", name);
152 TSTERR("starting container %s", name);
H A Dattach.c36 #define TSTERR(fmt, ...) do { \ macro
65 TSTERR("unknown lsm %s enabled, add test code here", lsm_name());
97 TSTERR("pipe failed %d", ret);
105 TSTERR("attach failed");
111 TSTERR("read failed %d", ret);
117 TSTERR("LSM label mismatch expected:%s got:%s", lsm_label, result);
146 TSTERR("pipe failed %d", ret);
153 TSTERR("attach failed");
159 TSTERR("read failed %d", ret);
172 TSTERR("LS
[all...]

Completed in 1508 milliseconds