Method, system and equipment for testing the maximum user number of server BMC
A testing method and user count technology, applied in the computer field, can solve problems such as wasting time, error-prone, and labor-intensive, and achieve the effects of ensuring product quality, saving time, and saving labor costs
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0037] like figure 1 A method for testing the maximum number of users of a server BMC includes the following steps:
[0038] S1: Circularly create users through the platform management interface to the maximum limit number of the system;
[0039] S2: Check whether all the created users exist in the user list through the platform management command;
[0040] S3: Create a user whose ID is the maximum limit + 1 through the platform management interface, and check whether the creation is successful;
[0041] S4: Verify that all users that have been successfully created can obtain a user list.
[0042] This embodiment provides a test method for the maximum number of users of the server BMC, which can automatically create new users to the maximum number, and verify that the users are available, and perform critical value verification on the maximum number of users. The entire test process is completed at one time by using an automated test method. It saves a lot of time, saves la...
Embodiment 2
[0044] like figure 2 A method for testing the maximum number of users of a server BMC includes the following steps:
[0045] S1: Create users cyclically through the Redfish interface, and create IDs up to the maximum number of users.
[0046] The specific script content of this step is as follows:
[0047] String userName="Inspur";
[0048] boolean getUserResult = false;
[0049] for(int i=2; i<17; i++){
[0050] String userNameResult = userName+i;
[0051] String accountInfo = BMC.Redfish.SystemInfo.addAccount(BMCDedicatedIP, xAuthToken, userNameResult, passWord, roleId);
[0052] boolean isCreatFlg=BMC.Redfish.SystemInfo.isAddAccount(accountInfo, userNameResult, passWord, roleId);
[0053] if(Check. checkResult(isCreatFlg,true)){
[0054] getUserResult = true;
[0055]}else{
[0056] getUserResult = false;
[0057] break;
[0058]}
[0059]}
[0060] S2: Check whether all the created users exist in the user list through the IPMI command, if all the users are succe...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com