Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for TearDownSuite (0.07 seconds)

  1. cmd/sts-handlers_test.go

    					suite.SetUpSuite(c)
    					suite.SetUpLDAP(c, ldapServer)
    					exportedContent := suite.TestIAMExport(c, caseNum, content)
    					suite.TearDownSuite(c)
    					suite.SetUpSuite(c)
    					suite.SetUpLDAP(c, ldapServer)
    					suite.TestIAMImport(c, exportedContent, caseNum, content)
    					suite.TearDownSuite(c)
    				}
    			},
    		)
    	}
    }
    
    func TestIAMImportAssetWithLDAP(t *testing.T) {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 103.4K bytes
    - Click Count (1)
  2. cmd/admin-handlers-users_test.go

    				suite.TestServiceAccountPrivilegeEscalationBug2_2025_10_15(c, false)
    				suite.TestServiceAccountOpsByUser(c)
    				suite.TestServiceAccountDurationSecondsCondition(c)
    				suite.TestAddServiceAccountPerms(c)
    				suite.TearDownSuite(c)
    			},
    		)
    	}
    }
    
    func (s *TestSuiteIAM) TestUserCreate(c *check) {
    	ctx, cancel := context.WithTimeout(context.Background(), testDefaultTimeout)
    	defer cancel()
    
    	// 1. Create a user.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 50.6K bytes
    - Click Count (0)
Back to Top