File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ func TestMultipleVMs_Isolated(t *testing.T) {
302
302
req .NetworkInterfaces = nil
303
303
}
304
304
305
- _ , err = fcClient .CreateVM (ctx , req )
305
+ resp , err : = fcClient .CreateVM (ctx , req )
306
306
require .NoError (t , err , "failed to create vm" )
307
307
308
308
var containerWg sync.WaitGroup
@@ -420,7 +420,7 @@ func TestMultipleVMs_Isolated(t *testing.T) {
420
420
}
421
421
_ , err = os .Stat (jailer .RootPath ())
422
422
require .NoError (t , err , "failed to stat root path of jailer" )
423
- _ , err = os .Stat (filepath .Join ("/sys/fs/cgroup/cpu" , jailer .CgroupPath () ))
423
+ _ , err = os .Stat (filepath .Join ("/sys/fs/cgroup/cpu" , resp .CgroupPath ))
424
424
require .NoError (t , err , "failed to stat cgroup path of jailer" )
425
425
}
426
426
You can’t perform that action at this time.
0 commit comments