Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertNFTablesTransactionEqual (0.21 sec)

  1. pkg/proxy/nftables/proxier_test.go

    	fp.syncProxyRules()
    	// The second change counteracts the first one, so same expected rules as last time
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    
    	// Sync with no new changes, so same expected rules as last time
    	fp.syncProxyRules()
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    }
    
    func TestNoEndpointsMetric(t *testing.T) {
    	type endpoint struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top