Lines Matching refs:tst_res
47 tst_res(TFAIL|TERRNO, CP"uname");
48 tst_res(TINFO, CP"hostname (inherited from parent): %s",
52 tst_res(TFAIL|TERRNO, CP"sethostname");
54 tst_res(TFAIL|TERRNO, CP"uname");
56 tst_res(TINFO, CP"hostname changed to: %s", uts.nodename);
58 tst_res(TFAIL, CP"expected hostname to be different");
61 tst_res(TPASS, CP"hostname is different in parent/child");
64 tst_res(TINFO, CP"attempting to switch ns back to parent ns");
66 tst_res(TFAIL|TERRNO, CP"setns");
70 tst_res(TFAIL|TERRNO, CP"uname");
72 tst_res(TINFO, CP"hostname: %s", uts.nodename);
74 tst_res(TFAIL, CP"expected hostname to match parent");
77 tst_res(TPASS, CP"hostname now as expected");
89 tst_res(TPASS|TERRNO, CP"shmat failed as expected");
91 tst_res(TFAIL, CP"shmat unexpectedly suceeded");
96 tst_res(TINFO, CP"attempting to switch ns back to parent ns");
98 tst_res(TFAIL|TERRNO, CP"setns");
104 tst_res(TFAIL|TERRNO, CP"shmat failed after setns");
107 tst_res(TPASS, CP"shmat suceeded");
121 tst_res(TINFO, "creating child with clone_flag=0x%x, ns_flag=0x%x",
135 tst_res(TINFO, "test_newuts");
139 tst_res(TCONF, "CLONE_NEWUTS is not supported");
142 tst_res(TINFO, "test_newipc");
146 tst_res(TCONF, "CLONE_NEWIPC is not supported");