CN113094276A - Batch testing method and device based on Linux system and computer equipment - Google Patents

Batch testing method and device based on Linux system and computer equipment Download PDF

Info

Publication number
CN113094276A
CN113094276A CN202110405213.2A CN202110405213A CN113094276A CN 113094276 A CN113094276 A CN 113094276A CN 202110405213 A CN202110405213 A CN 202110405213A CN 113094276 A CN113094276 A CN 113094276A
Authority
CN
China
Prior art keywords
linux system
test
testing
tester
batch
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110405213.2A
Other languages
Chinese (zh)
Inventor
霍开源
石骁
王伟良
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Union Memory Information System Co Ltd
Original Assignee
Shenzhen Union Memory Information System Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Union Memory Information System Co Ltd filed Critical Shenzhen Union Memory Information System Co Ltd
Priority to CN202110405213.2A priority Critical patent/CN113094276A/en
Publication of CN113094276A publication Critical patent/CN113094276A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application relates to a batch testing method, a batch testing device, computer equipment and a storage medium based on a Linux system, wherein the method comprises the following steps: obtaining batch test requests based on a Linux system; the deployment server performs Linux system deployment of a corresponding version on the test machine according to the batch test request based on the Linux system; presetting an environment for the Linux system in the tester, and installing a dependency library and a test script required by a test task; after the Linux system environment of the testing machine is set, installing an SSH environment in the testing machine and testing and debugging the testing machine in an SSH channel through a control machine; after the test task of the tester is completed, the test result data is copied to a data server to realize data collection. The invention effectively improves the testing efficiency of the testing machine for executing the multi-task test under the Linux system and saves unnecessary labor cost.

Description

Batch testing method and device based on Linux system and computer equipment
Technical Field
The invention relates to the technical field of computer testing, in particular to a batch testing method and device based on a Linux system, computer equipment and a storage medium.
Background
With the development of computer technology, computer equipment has become the most powerful utility tool for people today, and the safety and stability of computer equipment are necessary guarantees when people work with computers, so before computer equipment leaves factory, a system and corresponding drivers need to be installed through a network to perform system testing and hardware testing on a testing machine.
At present, when a test machine is tested under a Linux system in the traditional technology, if a large batch of tests need to be executed, different test tasks can be generally called only by manpower, full-automatic task calling cannot be realized, and the test efficiency is greatly influenced.
Disclosure of Invention
In view of the foregoing, it is necessary to provide a batch test method and apparatus, a computer device, and a storage medium based on a Linux system.
A batch test method based on a Linux system comprises the following steps:
acquiring batch test requests based on a Linux system;
the deployment server performs Linux system deployment of a corresponding version on the test machine according to the batch test request based on the Linux system;
presetting an environment for the Linux system in the tester, and installing a dependency library and a test script required by a test task;
after the Linux system environment of the testing machine is set, installing an SSH environment in the testing machine and testing and debugging the testing machine in an SSH channel through a control machine;
after the test task of the tester is completed, the test result data is copied to a data server to realize data collection.
In one embodiment, the step of obtaining a batch test request based on a Linux system further includes:
the batch test request based on the Linux system comprises the version of the Linux system to be installed on the tester and the test task to be executed by the tester.
In one embodiment, the step of the deployment server deploying the Linux system of the corresponding version to the tester according to the batch test request based on the Linux system further includes:
performing silent boot on the Fedora related Linux system through Presed;
and performing silent boot on the Ubuntu related Linux system through Kickstart.
In one embodiment, after the Linux system environment of the tester is set, the step of installing an SSH environment in the tester and testing and commissioning the tester in an SSH channel through the controller further includes:
and carrying out automatic testing by adding a self-starting item in the configuration file.
A batch test apparatus based on a Linux system, the apparatus comprising:
the system comprises an acquisition module, a test module and a test module, wherein the acquisition module is used for acquiring batch test requests based on a Linux system;
the system deployment module is used for deploying the Linux system deployment of the corresponding version to the testing machine by the server according to the batch test request based on the Linux system;
the system presetting module is used for presetting the environment of the Linux system in the testing machine and installing a dependency library and a testing script required by a testing task;
the test starting module is used for installing an SSH environment in the test machine after the Linux system environment of the test machine is set, and testing and starting the test machine in an SSH channel through the controller;
and the data collection module is used for copying the test result data to a data server to realize data collection after the test task of the tester is completed.
In one embodiment, the obtaining module is further configured to:
the batch test request based on the Linux system comprises the version of the Linux system to be installed on the tester and the test task to be executed by the tester.
In one embodiment, the system deployment module is further configured to:
performing silent boot on the Fedora related Linux system through Presed;
and performing silent boot on the Ubuntu related Linux system through Kickstart.
In one embodiment, the apparatus further comprises a test self-start module configured to:
and carrying out automatic testing by adding a self-starting item in the configuration file.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of any of the above methods when executing the computer program.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of any of the methods described above.
The batch test method, the device, the computer equipment and the storage medium based on the Linux system acquire batch test requests based on the Linux system; the deployment server performs Linux system deployment of a corresponding version on the test machine according to the batch test request based on the Linux system; presetting an environment for the Linux system in the tester, and installing a dependency library and a test script required by a test task; after the Linux system environment of the testing machine is set, installing an SSH environment in the testing machine and testing and debugging the testing machine in an SSH channel through a control machine; after the test task of the tester is completed, the test result data is copied to a data server to realize data collection. In the process of Linux system deployment on the tester, the invention realizes the multitask automatic test of the Linux system by setting the boot file and establishing the SSH channel, effectively improves the test efficiency of the tester for executing the multitask test under the Linux system and saves unnecessary labor cost.
Drawings
FIG. 1 is a diagram of an application environment of a batch test method based on a Linux system in one embodiment;
FIG. 2 is a flow chart illustrating a batch test method based on a Linux system according to an embodiment;
FIG. 3 is a flowchart illustrating a batch test method based on a Linux system according to another embodiment;
FIG. 4 is a block diagram of a batch test apparatus based on Linux system according to an embodiment;
FIG. 5 is a block diagram of a batch test apparatus based on Linux system according to another embodiment;
FIG. 6 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
At present, when a test machine is tested under a Linux system in the traditional technology, if a large batch of tests need to be executed, different test tasks can be generally called only by manpower, full-automatic task calling cannot be realized, and the test efficiency is greatly influenced.
Based on the method, the invention provides a batch test method based on the Linux system, and particularly, the method can be applied to the application environment shown in FIG. 1. Specifically, the application environment includes a deployment server 110 and a plurality of test machines 120, the deployment server 110 is respectively connected to the plurality of test machines 120 through a network, and the deployment server 110 may deploy different types of Linux systems for different test machines 120 and execute corresponding multiple different test tasks in the test machines 120. First, a corresponding Linux system is deployed for the tester 120 through the deployment server 110. Next, a library and a test script required for the test are prepared in the tester 120. The corresponding test task is then self-initiated in tester 120 and the test is invoked. And finally, copying the test result data to a data server.
In one embodiment, as shown in fig. 2, there is provided a batch test based on a Linux system, the method comprising:
step 202, acquiring batch test requests based on a Linux system;
step 204, the deployment server deploys the Linux systems of the corresponding versions to the test machine according to the batch test requests based on the Linux systems;
step 206, environment presetting is carried out on the Linux system in a testing machine, and a dependency library and a testing script required by a testing task are installed;
step 208, after the Linux system environment of the test machine is set, installing an SSH environment in the test machine and testing and debugging the test machine in an SSH channel through the control machine;
and step 210, after the test task of the to-be-tested machine is completed, copying the test result data to a data server to realize data collection.
In this embodiment, a batch test method based on a Linux system is provided, and the method may be applied to an application environment shown in fig. 1, and the specific implementation steps are as follows:
firstly, a deployment server acquires a batch test request based on a Linux system.
In one embodiment, the step of obtaining the batch test request based on the Linux system further comprises: the batch test request based on the Linux system comprises the version of the Linux system to be installed by the tester and the test task to be executed by the tester. Specifically, the request may include a type of the Linux system that needs to be deployed before the test of the corresponding tester, where the specific type of the Linux system is, for example: ubuntu, Fedora, Debian, RedhateEnterprise Linux, SUSE OpenSUSE, Mindriva, Gento, Arch, Slackware, and the like. The request may further include a test task to be executed in the corresponding tester, and may be preferably prepared for a subsequent preset test environment according to the test task.
And then, the deployment server performs Linux system deployment of the corresponding version on the tester according to the batch test request based on the Linux system. In addition, according to the type of the Linux system in the request and the specific test task, environment presetting is performed on the Linux system in the test machine, and a dependency library and a test script required by the test task are installed. Specifically, the Linux system can be preset through preset or Kickstart according to different Linux system environments.
And then, after the setting of the Linux system environment of the test machine to be tested is finished, installing an SSH environment in the test machine and testing and debugging the test machine in an SSH channel through the control machine. SSH is an abbreviation for Secure Shell, established by the IETF network group, and is a security protocol built on an application layer basis. SSH is a relatively reliable protocol that is dedicated to providing security for telnet sessions and other web services. The SSH protocol can effectively prevent the problem of information leakage in the remote management process.
And finally, after the test task of the to-be-tested machine is completed, mapping the data server to the local, and copying the test result data to the data server to realize data collection.
In the embodiment, batch test requests based on a Linux system are obtained; the deployment server performs Linux system deployment of a corresponding version on the test machine according to the batch test request based on the Linux system; presetting an environment for the Linux system in the tester, and installing a dependency library and a test script required by a test task; after the Linux system environment of the testing machine is set, installing an SSH environment in the testing machine and testing and debugging the testing machine in an SSH channel through a control machine; after the test task of the tester is completed, the test result data is copied to a data server to realize data collection. According to the scheme, in the process of Linux system deployment of the tester, the multitask automatic test of the Linux system is realized by setting the boot file and establishing the SSH channel, the test efficiency of the tester for executing the multitask test under the Linux system is effectively improved, and unnecessary labor cost is saved.
In one embodiment, as shown in fig. 3, a Linux system-based batch test method is provided, in which the step of deploying, by a deployment server, a corresponding version of Linux system deployment for a tester according to a Linux system-based batch test request further includes:
step 302, performing silent boot on the Fedora related Linux system through Presed;
and step 304, performing silent boot on the Ubuntu related Linux system through Kickstart.
In one embodiment, after the Linux system environment of the tester to be tested is set, the step of installing the SSH environment in the tester and debugging the tester in the SSH channel through the controller further includes: and carrying out automatic testing by adding a self-starting item in the configuration file.
In this embodiment, a complete batch testing method based on a Linux system is provided, which may be specifically applied to a one-to-many test scenario, and may implement automated batch testing on a plurality of different testers, and the specific implementation steps are as follows:
1. and the deployment server performs system deployment on the tester, and performs silent guidance through Presed or Kickstart according to different versions of the Linux system. Specifically, silent boot is carried out on the Fedora related Linux system through Presed; and performing silent boot on the Ubuntu related Linux system through Kickstart.
2. The environment presetting is carried out on the Linux system, and related dependency libraries and test scripts are installed, and the process is also finished through Presed or Kickstart based on different versions of Linux environments.
3. After deployment is finished, the test is started to be executed.
And 3a, adding a self-starting item in the configuration file to carry out automatic testing.
And 3b, installing the tester in an SSH environment, specifically, testing and debugging the tester in an SSH channel through a control machine.
4. And mapping the data server to the local, and copying the test result data to the data server to realize data collection.
It should be understood that although the various steps in the flow charts of fig. 1-3 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 1-3 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternating with other steps or at least some of the sub-steps or stages of other steps.
In one embodiment, as shown in fig. 4, there is provided a batch test apparatus 400 based on a Linux system, the apparatus comprising:
an obtaining module 401, configured to obtain batch test requests based on a Linux system;
a system deployment module 402, configured to deploy, by a server, Linux systems of corresponding versions for a test machine according to the Linux system-based batch test request;
a system presetting module 403, configured to perform environment presetting on the Linux system in the tester, and install a dependency library and a test script required by a test task;
a test starting module 404, configured to install an SSH environment in the test machine after the Linux system environment of the test machine is set, and start testing and starting up the test machine in an SSH channel through a controller;
and a data collection module 405, configured to copy the test result data to a data server to implement data collection after the test task of the tester is completed.
In one embodiment, the obtaining module 401 is further configured to:
the batch test request based on the Linux system comprises the version of the Linux system to be installed on the tester and the test task to be executed by the tester.
In one embodiment, the system deployment module 402 is further configured to:
performing silent boot on the Fedora related Linux system through Presed;
and performing silent boot on the Ubuntu related Linux system through Kickstart.
In one embodiment, as shown in fig. 5, there is provided a batch test apparatus 400 based on the Linux system, the apparatus further includes a test self-start module 406 for:
and carrying out automatic testing by adding a self-starting item in the configuration file.
For specific limitations of the batch test device based on the Linux system, the above limitations on the batch test method based on the Linux system can be referred to, and are not described herein again.
In one embodiment, a computer device is provided, the internal structure of which may be as shown in FIG. 6. The computer apparatus includes a processor, a memory, and a network interface connected by a device bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The nonvolatile storage medium stores an operating device, a computer program, and a database. The internal memory provides an environment for the operation device in the nonvolatile storage medium and the execution of the computer program. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to realize a batch test method based on the Linux system.
Those skilled in the art will appreciate that the architecture shown in fig. 6 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the above method embodiments when executing the computer program.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the above respective method embodiments.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A batch test method based on a Linux system is characterized by comprising the following steps:
acquiring batch test requests based on a Linux system;
the deployment server performs Linux system deployment of a corresponding version on the test machine according to the batch test request based on the Linux system;
presetting an environment for the Linux system in the tester, and installing a dependency library and a test script required by a test task;
after the Linux system environment of the testing machine is set, installing an SSH environment in the testing machine and testing and debugging the testing machine in an SSH channel through a control machine;
after the test task of the tester is completed, the test result data is copied to a data server to realize data collection.
2. The Linux system-based batch test method of claim 1, wherein the obtaining a Linux system-based batch test request step further comprises:
the batch test request based on the Linux system comprises the version of the Linux system to be installed on the tester and the test task to be executed by the tester.
3. The Linux system-based batch test method of claim 2, wherein the step of the deployment server deploying the corresponding version of the Linux system to the tester according to the Linux system-based batch test request further comprises:
performing silent boot on the Fedora related Linux system through Presed;
and performing silent boot on the Ubuntu related Linux system through Kickstart.
4. The Linux system based batch test method of any one of claims 1-3, wherein the step of installing an SSH environment in the tester and commissioning the tester in an SSH channel through a controller after the Linux system environment setting of the tester is completed further comprises:
and carrying out automatic testing by adding a self-starting item in the configuration file.
5. A batch test apparatus based on Linux system, the apparatus comprising:
the system comprises an acquisition module, a test module and a test module, wherein the acquisition module is used for acquiring batch test requests based on a Linux system;
the system deployment module is used for deploying the Linux system deployment of the corresponding version to the testing machine by the server according to the batch test request based on the Linux system;
the system presetting module is used for presetting the environment of the Linux system in the testing machine and installing a dependency library and a testing script required by a testing task;
the test starting module is used for installing an SSH environment in the test machine after the Linux system environment of the test machine is set, and testing and starting the test machine in an SSH channel through the controller;
and the data collection module is used for copying the test result data to a data server to realize data collection after the test task of the tester is completed.
6. The Linux system based batch testing device of claim 5, wherein the obtaining module is further configured to:
the batch test request based on the Linux system comprises the version of the Linux system to be installed on the tester and the test task to be executed by the tester.
7. The Linux system based batch testing device of claim 6, wherein the system deployment module is further configured to:
performing silent boot on the Fedora related Linux system through Presed;
and performing silent boot on the Ubuntu related Linux system through Kickstart.
8. The Linux system based batch test device of any one of claims 5-7, further comprising a test self-start module for:
and carrying out automatic testing by adding a self-starting item in the configuration file.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 4 are implemented when the computer program is executed by the processor.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 4.
CN202110405213.2A 2021-04-15 2021-04-15 Batch testing method and device based on Linux system and computer equipment Pending CN113094276A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110405213.2A CN113094276A (en) 2021-04-15 2021-04-15 Batch testing method and device based on Linux system and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110405213.2A CN113094276A (en) 2021-04-15 2021-04-15 Batch testing method and device based on Linux system and computer equipment

Publications (1)

Publication Number Publication Date
CN113094276A true CN113094276A (en) 2021-07-09

Family

ID=76677833

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110405213.2A Pending CN113094276A (en) 2021-04-15 2021-04-15 Batch testing method and device based on Linux system and computer equipment

Country Status (1)

Country Link
CN (1) CN113094276A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102622298A (en) * 2012-03-02 2012-08-01 奇智软件(北京)有限公司 Software testing system and method
CN105068900A (en) * 2015-07-27 2015-11-18 浪潮电子信息产业股份有限公司 Test method for remote control server cold reboot
CN105205003A (en) * 2015-10-28 2015-12-30 努比亚技术有限公司 Automated testing method and device based on clustering system
CN105512026A (en) * 2015-11-25 2016-04-20 普华基础软件股份有限公司 Automatic batch testing method
CN107943636A (en) * 2017-12-07 2018-04-20 郑州云海信息技术有限公司 It is a kind of that the method tested is performed based on more machine batches under Linux
KR20190136405A (en) * 2018-05-30 2019-12-10 중소기업은행 computer system test method and apparatus
CN111104273A (en) * 2019-12-17 2020-05-05 深圳忆联信息系统有限公司 Batch task-based automatic distribution testing method and device and computer equipment
CN111596964A (en) * 2020-05-19 2020-08-28 深圳忆联信息系统有限公司 Method and device for realizing batch deployment of Windows systems based on wireless network
CN111614519A (en) * 2020-05-20 2020-09-01 深圳忆联信息系统有限公司 SSH channel-based batch start concurrency test method and device
CN111782447A (en) * 2020-06-30 2020-10-16 深圳忆联信息系统有限公司 Batch test updating method and device based on SSH service and computer equipment

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102622298A (en) * 2012-03-02 2012-08-01 奇智软件(北京)有限公司 Software testing system and method
CN105068900A (en) * 2015-07-27 2015-11-18 浪潮电子信息产业股份有限公司 Test method for remote control server cold reboot
CN105205003A (en) * 2015-10-28 2015-12-30 努比亚技术有限公司 Automated testing method and device based on clustering system
CN105512026A (en) * 2015-11-25 2016-04-20 普华基础软件股份有限公司 Automatic batch testing method
CN107943636A (en) * 2017-12-07 2018-04-20 郑州云海信息技术有限公司 It is a kind of that the method tested is performed based on more machine batches under Linux
KR20190136405A (en) * 2018-05-30 2019-12-10 중소기업은행 computer system test method and apparatus
CN111104273A (en) * 2019-12-17 2020-05-05 深圳忆联信息系统有限公司 Batch task-based automatic distribution testing method and device and computer equipment
CN111596964A (en) * 2020-05-19 2020-08-28 深圳忆联信息系统有限公司 Method and device for realizing batch deployment of Windows systems based on wireless network
CN111614519A (en) * 2020-05-20 2020-09-01 深圳忆联信息系统有限公司 SSH channel-based batch start concurrency test method and device
CN111782447A (en) * 2020-06-30 2020-10-16 深圳忆联信息系统有限公司 Batch test updating method and device based on SSH service and computer equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
青岛英谷教育科技股份有限公司编著: "《云计算框架与应用》", 西安电子科技大学出版社, pages: 24 - 25 *

Similar Documents

Publication Publication Date Title
CN110609732B (en) Application program deployment method and device, computer equipment and storage medium
CN110618819B (en) Method, device and computer equipment for automatic batch deployment of WINPE (WINPE) system
CN109933466B (en) Python-based solid state hard disk controller test method and device
CN108400978B (en) Vulnerability detection method and device, computer equipment and storage medium
CN111104273A (en) Batch task-based automatic distribution testing method and device and computer equipment
CN112395202B (en) Interface automation test method and device, computer equipment and storage medium
CN110968510A (en) SSD automatic online upgrading firmware test method and device and computer equipment
CN111459740A (en) Master-slave disk serial test method and device for solid state disk and computer equipment
CN111596964B (en) Method and device for realizing batch deployment of Windows systems based on wireless network
CN111277476A (en) Gateway controller function verification method, gateway controller function verification device, computer equipment and storage medium
CN111782447A (en) Batch test updating method and device based on SSH service and computer equipment
CN113094276A (en) Batch testing method and device based on Linux system and computer equipment
CN111930579A (en) Test machine deployment permission verification method and device, computer equipment and storage medium
CN112416446B (en) Linux network starting method and device based on Microsoft deployment system
CN113805953A (en) UEFI environment deployment implementation method and device, computer equipment and storage medium
CN112817612A (en) Automatic deployment method and device for multiple operating systems, computer equipment and storage medium
CN111857754A (en) Universal Windows driver deployment method and device, computer equipment and storage medium
CN113760623A (en) Method and device for testing TCG (trusted computing group) protocol function of solid state disk and computer equipment
CN111198758A (en) SSH-based Windows software starting method and device and computer equipment
CN113315795A (en) Synchronization method and device of cloud host mirror image and storage medium
CN113032192A (en) Serial test method and device for computer performance, computer equipment and storage medium
CN112817611B (en) Interception method and device for system test abnormal environment, computer equipment and storage medium
CN113127053A (en) Application environment parameter configuration method and device, computer equipment and storage medium
CN109344018B (en) Multi-core CPU test method and device, computer equipment and storage medium
CN113032193A (en) Hard disk testing method and device under DOS (disk operating System), computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination