Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTearDownAt (0.1 sec)

  1. pkg/volume/flexvolume/unmounter_test.go

    limitations under the License.
    */
    
    package flexvolume
    
    import (
    	"testing"
    
    	"k8s.io/mount-utils"
    
    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/kubernetes/test/utils/harness"
    )
    
    func TestTearDownAt(tt *testing.T) {
    	t := harness.For(tt)
    	defer t.Close()
    
    	mounter := mount.NewFakeMounter(nil)
    
    	plugin, rootDir := testPlugin(t)
    	plugin.runner = fakeRunner(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 17 04:51:24 UTC 2020
    - 1.1K bytes
    - Viewed (0)
Back to top