Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/cadvisor
/ Cleanup
Method
Cleanup
integration/framework/framework.go:42–42 ·
view source on GitHub ↗
Clean the framework state.
()
Source
from the content-addressed store, hash-verified
40
type
Framework
interface
{
41
// Clean the framework state.
42
Cleanup()
43
44
// The testing.T used by the framework and the current test.
45
T() *testing.T
Callers
15
TestCrioContainerById
Function · 0.65
TestCrioContainerByName
Function · 0.65
TestGetAllCrioContainers
Function · 0.65
TestBasicCrioContainer
Function · 0.65
TestCrioContainerCpuStats
Function · 0.65
TestCrioContainerMemoryStats
Function · 0.65
TestCrioContainerNetworkStats
Function · 0.65
TestCrioContainerSpec
Function · 0.65
TestCrioContainerDeletionExitCode
Function · 0.65
TestCrioFilesystemStats
Function · 0.65
TestDockerContainerAppearsInMetrics
Function · 0.65
TestDockerContainerCPUMetrics
Function · 0.65
Implementers
1
realFramework
integration/framework/framework.go
Calls
no outgoing calls
Tested by
15
TestCrioContainerById
Function · 0.52
TestCrioContainerByName
Function · 0.52
TestGetAllCrioContainers
Function · 0.52
TestBasicCrioContainer
Function · 0.52
TestCrioContainerCpuStats
Function · 0.52
TestCrioContainerMemoryStats
Function · 0.52
TestCrioContainerNetworkStats
Function · 0.52
TestCrioContainerSpec
Function · 0.52
TestCrioContainerDeletionExitCode
Function · 0.52
TestCrioFilesystemStats
Function · 0.52
TestDockerContainerAppearsInMetrics
Function · 0.52
TestDockerContainerCPUMetrics
Function · 0.52