Skip to content

Commit 913f822

Browse files
committed
Change test names
Signed-off-by: luke <luke.parkin@arm.com>
1 parent 2974a96 commit 913f822

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

e2e/runtime_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ func TestRuntime(t *testing.T) {
142142
assertFileContent(t, pidFile, fmt.Sprintf("%d", pid))
143143
})
144144

145-
t.Run("proxy process creates new process", func(t *testing.T) {
146-
t.Run("in requested namespace when root", func(t *testing.T) {
145+
t.Run("proxy process namespacing", func(t *testing.T) {
146+
t.Run("creates process in requested namespace when root", func(t *testing.T) {
147147
remoteprocName := "lovely-blue-device"
148148
sim := remoteproc.NewSimulator(rootpathPrefix).WithName(remoteprocName)
149149
if err := sim.Start(); err != nil {
@@ -194,7 +194,7 @@ func TestRuntime(t *testing.T) {
194194
remoteproc.AssertState(t, sim.DeviceDir(), "running")
195195
})
196196

197-
t.Run("in user's namespace when not root", func(t *testing.T) {
197+
t.Run("creates process in user's namespace when not root", func(t *testing.T) {
198198
remoteprocName := "lovely-blue-device"
199199
sim := remoteproc.NewSimulator(rootpathPrefix).WithName(remoteprocName)
200200
if err := sim.Start(); err != nil {

0 commit comments

Comments
 (0)