WO2015067052A1 - Procédé, dispositif et système pour transmettre des commandes d'essai - Google Patents

Procédé, dispositif et système pour transmettre des commandes d'essai Download PDF

Info

Publication number
WO2015067052A1
WO2015067052A1 PCT/CN2014/080141 CN2014080141W WO2015067052A1 WO 2015067052 A1 WO2015067052 A1 WO 2015067052A1 CN 2014080141 W CN2014080141 W CN 2014080141W WO 2015067052 A1 WO2015067052 A1 WO 2015067052A1
Authority
WO
WIPO (PCT)
Prior art keywords
test
test command
command
interpreter
terminal window
Prior art date
Application number
PCT/CN2014/080141
Other languages
English (en)
Chinese (zh)
Inventor
刘宗昌
樊志强
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2015067052A1 publication Critical patent/WO2015067052A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Definitions

  • the present invention relates to the field of communications, and in particular to a test command sending method, apparatus and system.
  • a test method that is connected to a device through a telnet (a protocol of a remote login service) terminal tool is a commonly used test method, in which a user manually inputs a configuration command (ie, a test command), and then views the device. The returned results are tested.
  • a configuration command ie, a test command
  • the returned results are tested.
  • some terminal devices support the recording function of recording user input, and can perform some repeated tests.
  • an interpreter is integrated on the terminal device, and the terminal interacts with the terminal window through a script.
  • the terminal is responsible for communicating with the network device, and the configuration command can be manually input in the terminal window, or Run the interpreter script to automate the input configuration commands to the terminal window, which in turn sends the configuration commands to the device.
  • This method implements complex logic control, repetitive configuration, and large-scale configuration of the test process, but also provides users with manual terminal functions.
  • the scripted configuration command can improve the test efficiency. However, when configuring a large amount of data for multiple devices in the network (for example, each device is configured with 4096 sub-interfaces), this significantly reduces the test efficiency. If multiple terminal tools are used to deliver configuration commands at the same time, it is difficult to coordinate the configuration order of the devices, resulting in complicated configuration schemes and poor feasibility. 3.
  • the test process requires automatic participation at the same time. When the automated test process occasionally requires manual test cooperation. At the time, information acquisition becomes complicated; due to the limitations of such terminal devices, it is difficult to re-administer the functions of an automated test system, often performing manual testing on one device and performing automated testing on another device.
  • the embodiments of the present invention provide a method, an apparatus, and a system for transmitting test commands, so as to at least solve the problem in the related art that a test command is sent by a terminal window to a device under test, resulting in poor system scalability.
  • a test command sending method including: the communication proxy unit receives a first test command and/or a second test command, where the first test command is an interpreter-to-test script The second test command is input by the user through the terminal window; the communication agent unit sends the first test command and/or the second test command to the device under test.
  • the method further includes: the communication proxy unit receiving the device response to be tested And a response message of the first test command and/or a response message of the second test command; the communication proxy unit sends a response message of the first test command to the interpreter, and the second test A response message of the command is sent to the terminal window.
  • the interpreting the test script by the plurality of interpreters comprises: acquiring, by the first buffer created by the first synchronization unit, the plurality of interpreters The test script, wherein the first buffer is set to share data between the plurality of interpreters; and the plurality of interpreters perform the test according to the first signal sent by the first synchronization unit The script interprets, wherein the first signal is used to control the plurality of interpreters to interpret the test script in a predetermined order.
  • the method before the receiving the first test command, the method further includes: the interpreter transmitting the first test command to a second buffer created by the second synchronization unit, where The second buffer is set to share data between the terminal window and the interpreter; the terminal window acquires the first test command by using the second buffer, and the first test command Sended to the communication agent unit.
  • the method before the receiving, by the communication proxy unit, the first test command, the method further comprises: sending, by the terminal window, a test script and/or a control command input by a user to a second buffer created by the second synchronization unit.
  • a test command sending apparatus including: a receiving module, configured to receive a first test command and/or a second test command, where the first test command is an explanation Obtaining the test script, the second test command is input by the user through the terminal window; and the sending module is configured to send the first test command and/or the second test command by the communication proxy unit Give the device under test.
  • a test command sending system including: an interpreter, a terminal window, and a communication proxy unit, wherein: the interpreter is configured to interpret the test script as the first test command And sending the first test command to the communication proxy unit; the terminal window is configured to receive a second test command input by the user, and send the second test command to the communication proxy unit; The communication proxy unit is configured to send the first test command and/or the second test command to the device under test.
  • the communication proxy unit is further configured to receive a response message of the device under test in response to the first test command and/or a response message of a second test command, and respond to the first test command A message is sent to the interpreter, and a response message of the second test command is sent to the terminal window.
  • the system in a case where the system includes a plurality of interpreters, the system further includes: a first synchronization unit, configured to send a first signal to the plurality of interpreters, and create a first buffer, where The first signal is used to control the plurality of interpreters to interpret the test script in a predetermined order, and the first buffer is set to share data between the plurality of interpreters.
  • the system further includes: a second synchronization unit configured to forward the second signal of the terminal window to the interpreter, and/or to forward the third signal of the interpreter to the terminal window, And creating a second buffer, wherein the second signal is used to control the interpreter to interpret the test script, the third signal is used to indicate operation data of the interpreter, and the second buffer is set Data sharing between the terminal window and the interpreter.
  • the running data includes: the first test command, wherein the terminal window is further configured to send the first test command to the communication proxy unit.
  • the first test command and/or the second test command are received by the communication proxy unit, wherein the first test command is obtained by interpreting the test script by the interpreter, and the second test command is input by the user through the terminal window.
  • the communication agent unit sends the first test command and/or the second test command to the device under test, and solves the problem that the system sends the test command to the device under test in the related art, resulting in poor system scalability, and improves the problem. Test system scalability.
  • FIG. 1 is a schematic flow chart of a test command sending method according to an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of a test command transmitting device according to an embodiment of the present invention
  • FIG. 3 is a test command according to an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of a preferred structure of a test command transmission system according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of a preferred structure of a test command transmission system according to an embodiment of the present invention
  • FIG. 7 is a schematic diagram of a preferred configuration of a test system in accordance with a preferred embodiment of the present invention
  • FIG. 8 is a flow diagram of a test method in accordance with a preferred embodiment of the present invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict. The invention will be described in detail below with reference to the drawings in conjunction with the embodiments.
  • FIG. 1 is a schematic flowchart of a test command sending method according to an embodiment of the present invention. As shown in FIG.
  • Step S102 A communication proxy unit receives a first a test command and/or a second test command, wherein the first test command is obtained by interpreting the test script by the interpreter, and the second test command is input by the user through the terminal window; in step S104, the communication agent unit will first test the command And/or a second test command is sent to the device under test.
  • the first test command and/or the second test command are sent to the device under test by the communication agent unit, so that the system can be compatible with the manual test and the automatic test mode, and the direct use of the terminal window is no longer required.
  • the test command sent to the device under test leads to a problem of poor system scalability, which improves the scalability of the test system.
  • first and second described in the above first test command, second test command, etc. are only used to identify corresponding nouns; and, for example, in some cases, the first test command The second test command may also be the same test command, which is not limited in this embodiment.
  • the communication proxy unit receives the response of the device under test in response to the first test command and/or the response of the second test command.
  • the response message of the first test command is sent to the interpreter, and the response message of the second test command is sent to the terminal window.
  • the terminal window and the interpreter are connected to the communication proxy unit through the corresponding access point, and the mapping relationship between the access point and the device under test is stored in the communication proxy unit, and the communication proxy unit is scheduled to be connected through the mapping relationship.
  • the information received by the ingress is forwarded to the corresponding device under test, or the response message sent by the device under test to the predetermined access point is forwarded to the corresponding terminal window or interpreter.
  • the plurality of interpreters acquire a test script by using a first buffer created by the first synchronization unit, wherein the first buffer is set to be a plurality of interpreters.
  • Inter-data sharing the plurality of interpreters interpreting the test script according to the first signal sent by the first synchronization unit, wherein the first signal is used to control the plurality of interpreters to interpret the test script in a predetermined order.
  • the first buffer created by the first synchronization unit and the first signal realize the cooperative work between the multiple interpreters, and solve the problem that the configuration command is issued by using multiple interpreters simultaneously, and the configuration order of the device is difficult to coordinate.
  • the configuration scheme is complex and the feasibility is poor.
  • the first test command sent by the interpreter to the device under test may also be forwarded via the terminal window.
  • the interpreter sends the first test command to the first test command.
  • the interpreter can be directly connected to the communication agent unit to directly send the test command to the communication agent unit for processing; on the other hand, in order to realize the combination of the manual test and the automatic test, the user can automatically test the test.
  • the process intervenes to perform collaborative processing between the interpreter and the terminal window.
  • the terminal window sends the test script and/or the control command input by the user to the second buffer created by the second synchronization unit, where the second buffer is set as the terminal window.
  • the present embodiment further provides a test command sending device, which is used to implement the above test command sending method.
  • the function implementation in the device embodiment has been described in detail in the foregoing method embodiment, and will not be described here. Narration. 2 is a schematic structural diagram of a test command sending apparatus according to an embodiment of the present invention. As shown in FIG.
  • the apparatus includes: a receiving module 22 and a sending module 24, wherein the receiving module 22 is configured to receive a first test command and/or Or a second test command, wherein the first test command is obtained by the interpreter interpreting the test script, and the second test command is input by the user through the terminal window; the sending module 24 is coupled to the receiving module 22, and the communication module unit is set as The first test command and/or the second test command are sent to the device under test.
  • the modules and units involved in the embodiments of the present invention may be implemented by software, or may be implemented by hardware.
  • the described modules and units in this embodiment may also be disposed in a processor. For example, it may be described as follows:
  • a processor includes a receiving module 22 and a transmitting module 24.
  • the setup module may also be described as "a module set to receive the first test command and/or the second test command.”
  • the present embodiment further provides a test command sending system, which is used to implement the above test command sending method.
  • the function implementation in the system embodiment may be described in conjunction with the foregoing method embodiments, and details are not described herein again.
  • 3 is a schematic structural diagram of a test command sending system according to an embodiment of the present invention. As shown in FIG. 3, the system includes: an interpreter 32, a terminal window 34, and a communication proxy unit 36, wherein: the interpreter 32 is coupled to the communication agent unit.
  • the communication proxy unit 36 is further configured to receive a response message of the device under test 38 in response to the first test command and/or a response message of the second test command, and send a response message of the first test command to the interpreter 32. Sending a response message of the second test command to the terminal window 34.
  • FIG. 4 is a first schematic diagram of a preferred structure of a test command sending system according to an embodiment of the present invention.
  • the system further includes: a first synchronization unit 42. Coupled to a plurality of interpreters 32, respectively arranged to transmit a first signal to the plurality of interpreters 32, and to create a first buffer, wherein the first signal is used to control the plurality of interpreters 32 to interpret the test script in a predetermined order, first The buffer is set to share data between multiple interpreters 32.
  • FIG. 5 is a schematic diagram of a preferred structure of a test command sending system according to an embodiment of the present invention. As shown in FIG.
  • the system further includes: a second synchronization unit 52 coupled to one or more interpreters 32 and one, respectively. Or a plurality of terminal windows 34, arranged to forward the second signal of the terminal window 34 to the interpreter 32, and/or to forward the third signal of the interpreter 32 to the terminal window 34, and create a second buffer, wherein The signal is used to control the interpreter 32 to interpret the test script, the third signal is used to indicate the operational data of the interpreter 32, and the second buffer is set to share data between the terminal window 34 and the interpreter 32.
  • the first synchronization unit 42 and the second synchronization unit 52 described above may be separately provided or may be combined into the same synchronization unit.
  • the operational data comprises: a first test command, wherein the terminal window 34 is further arranged to send the first test command to the communication agent unit 36.
  • the preferred embodiment relates to the field of testing, in particular, device testing based on the terminal mode.
  • a terminal-based testing method and system are provided, which can simultaneously meet the requirements of terminal testing and automated testing; Both require an integrated, collaborative test system for the user.
  • 6 is a schematic structural diagram of a test system according to a preferred embodiment of the present invention. As shown in FIG.
  • the test system provided in the preferred embodiment includes the following modules: a terminal communication proxy module (corresponding to the above communication proxy unit), and the functions include : Provides communication functions to network devices for terminal windows or interpreters, including access to network devices, ie access point management (create, log in, release), transfer commands to network devices; access points to devices under test Mapping table management; security control of access rights, operation log; application programming interface (Application Programming Interface, API for short) Interface), terminal window API interface, script interpreter extension interface; communication module, such as telnet communication, serial communication, etc.
  • a terminal communication proxy module corresponding to the above communication proxy unit
  • the functions include : Provides communication functions to network devices for terminal windows or interpreters, including access to network devices, ie access point management (create, log in, release), transfer commands to network devices; access points to devices under test Mapping table management; security control of access rights, operation log; application programming interface (Application Programming Interface, API for short) Interface), terminal window API interface, script interpreter extension interface; communication module, such as
  • Terminal management module functions include: terminal window creation, destruction, terminal window queue; request terminal communication agent to create an access point, and manage terminal window to access point mapping table; provide shared buffer for multi-terminal window, complete terminal Collaborative function of the window; receiving the command to synchronize the controller, completing the synchronization between the terminal window and the interpreter; the interpreter management module, responsible for creating, destroying, and obtaining the script script of the script interpreter (ie, the interpreter) and delivering the script to the explanation Executing; requesting the terminal communication agent to create an access point, and managing the interpreter-to-access point mapping table; receiving the command to synchronize the controller, completing the synchronization between the interpreter and the terminal window; synchronizing the controller module (equivalent to the above The function of a synchronization unit and the second synchronization unit) is responsible for the synchronous management of the interpreter, the synchronization of the parallel operation of the multiple interpreters, the synchronization of the commands to the terminal window, the synchronization function of the commands to the network device
  • FIG. 7 is a schematic diagram of a preferred structure of a test system according to a preferred embodiment of the present invention.
  • the number of script interpreters and terminal windows in the test system may be multiple, and respectively communicate with the terminal communication agent. Connections, multiple script interpreters and multiple terminal windows are connected via a synchronous controller.
  • FIG. 8 is a schematic flowchart of a testing method according to a preferred embodiment of the present invention. As shown in FIG.
  • the testing method provided in the preferred embodiment includes the following steps: Step 1: Initiating a terminal communication proxy, initializing access Point management module, mapping of access point to network device, initializing access authority control; Step 2: The terminal management module creates a terminal window, sends the target network device parameter to the terminal communication agent, requests the terminal communication agent to create an access point, and Perform terminal-to-access point mapping; create a multi-terminal window shared buffer; Step 3. Enter a control command in the terminal window and send it to the target device through the access point of the terminal communication agent; the device received by the access point returns and sends Go to the terminal window and complete the interaction between the terminal window and the network device.
  • Step 4 The interpreter management module creates an interpreter, obtains the script library script and sends it to the interpreter to execute; requests the terminal communication agent to create an access point, and manages the interpretation.
  • Device to access point mapping create interpreter to terminal window Mapping
  • Step 5 Explain the script running, send the control command through the access point to the target device; receive the device's return and print to the log window; if the interpreter is mapped to the terminal window, the script runs the send control command to the mapping terminal window, and then the terminal The window sends a control command to the device; Step 6.
  • the peer controller creates a synchronization control signal, and controls the multiple interpreters to execute in sequence; creating a shared buffer so that the synchronized interpreter can Interactive data; Step 7. If the interpreter and the terminal window are synchronously controlled, the synchronization controller creates a synchronization control signal, controls the operation of the interpreter and the terminal window; creates a shared buffer, and the terminal window can obtain an explanation during the operation of the automation script.
  • the data can be run, the control data can be generated to the interpreter, and the control script runs.
  • the interpreter management module destroys the interpreter, releases the synchronization control signal and the shared buffer, and requests the terminal communication agent to release the corresponding access point.
  • Terminal communication agent Start terminal communication agent, initialize access point management module, map of access point to network device, initialize access authority control
  • terminal communication window terminal management module creates terminal Window, sending the target network device parameter to the terminal communication agent, requesting the terminal communication agent to create an access point, and mapping the terminal window to the access point; creating a multi-terminal window shared buffer
  • terminal interaction operation inputting control in the terminal window The command is sent to the target device through the access point of the terminal communication agent; the device received by the access point returns and then sent to the terminal window to complete the interaction between the terminal window and the network device
  • Creating an interpreter The interpreter management module creates an interpreter , obtain the script library script and send it to the interpreter to execute; request the terminal communication agent to create an access point, and manage the mapping of the
  • the foregoing method, device and system provided by the embodiments of the present invention release the terminal window from the communication control with the device, and provide the terminal communication agent, which enhances the scalability; Control, solve the conflict between manual configuration and script configuration; concurrent interpreter execution, prompting the efficiency of multiple devices to deliver configuration commands synchronously; through synchronization control, between the manual test and the automated test, through the synchronization signal, the shared buffer, Provide users with an integrated, efficient test platform device.
  • Industrial Applicability According to the embodiment of the present invention, the first test command and/or the second test command are received by the communication proxy unit, where the first test command is obtained by interpreting the test script by the interpreter, and the second test command is passed by the user.
  • the communication agent unit Entered by the terminal window; the communication agent unit sends the first test command and/or the second test command to the device under test, and solves the problem that the system sends the test command to the device under test by the terminal window, resulting in poor system scalability. , improved the scalability of the test system.
  • the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices.
  • the invention is not limited to any specific combination of hardware and software.
  • the above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

La présente invention concerne un procédé, un dispositif et un système qui permettent de transmettre des commandes d'essai. Le procédé comporte : la réception, par une unité agent de communication, d'une première commande d'essai et/ou d'une seconde commande d'essai, la première commande d'essai étant acquise par un interpréteur en interprétant un script d'essai, et la seconde commande d'essai étant entrée par un utilisateur par l'intermédiaire d'une fenêtre de terminal; la transmission, par l'unité agent de communication, de la première commande d'essai et/ou de la seconde commande à un dispositif en cours d'essai. La présente invention résout le problème d'une faible extensibilité d'un système existant dans l'état de la technique du fait que la commande d'essai est transmise à un dispositif en cours d'essai par une fenêtre de terminal, ce qui accroit l'extensibilité d'un système d'essai.
PCT/CN2014/080141 2013-11-11 2014-06-17 Procédé, dispositif et système pour transmettre des commandes d'essai WO2015067052A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310556707.6A CN104639384B (zh) 2013-11-11 2013-11-11 测试命令发送方法、装置及系统
CN201310556707.6 2013-11-11

Publications (1)

Publication Number Publication Date
WO2015067052A1 true WO2015067052A1 (fr) 2015-05-14

Family

ID=53040857

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/080141 WO2015067052A1 (fr) 2013-11-11 2014-06-17 Procédé, dispositif et système pour transmettre des commandes d'essai

Country Status (2)

Country Link
CN (1) CN104639384B (fr)
WO (1) WO2015067052A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106707771A (zh) * 2015-11-12 2017-05-24 丰唐物联技术(深圳)有限公司 智能家电的测试方法及系统
TWI799967B (zh) * 2020-08-26 2023-04-21 新加坡商億美人工智慧私人有限公司 控制舊有機器的代理直譯器系統及訓練該代理直譯器系統的方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101000574A (zh) * 2007-01-24 2007-07-18 中兴通讯股份有限公司 一种用于计算机终端窗口的信息输入方法及输入装置
CN100370432C (zh) * 2004-08-18 2008-02-20 华为技术有限公司 一种嵌入式软件自动化测试的装置及其方法
CN101252471A (zh) * 2008-03-20 2008-08-27 中兴通讯股份有限公司 一种分布式自动化测试系统及其方法
CN101266570A (zh) * 2007-03-15 2008-09-17 中兴通讯股份有限公司 软件系统的测试方法及装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2274874B1 (fr) * 2008-05-05 2013-07-03 Siemens Aktiengesellschaft Contrôle de la liaison de communication entre des appareils de terrain
CN102468993B (zh) * 2010-11-17 2014-04-16 大唐移动通信设备有限公司 一种终端测试设备及方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100370432C (zh) * 2004-08-18 2008-02-20 华为技术有限公司 一种嵌入式软件自动化测试的装置及其方法
CN101000574A (zh) * 2007-01-24 2007-07-18 中兴通讯股份有限公司 一种用于计算机终端窗口的信息输入方法及输入装置
CN101266570A (zh) * 2007-03-15 2008-09-17 中兴通讯股份有限公司 软件系统的测试方法及装置
CN101252471A (zh) * 2008-03-20 2008-08-27 中兴通讯股份有限公司 一种分布式自动化测试系统及其方法

Also Published As

Publication number Publication date
CN104639384A (zh) 2015-05-20
CN104639384B (zh) 2019-03-15

Similar Documents

Publication Publication Date Title
US11075821B2 (en) Method and apparatus for managing field device based on cloud server
US10698717B2 (en) Accelerator virtualization method and apparatus, and centralized resource manager
US10353728B2 (en) Method, system and device for managing virtual machine software in cloud environment
CN107493344B (zh) 一种Web访问Docker容器的方法及系统
CN104967585B (zh) 一种远程调试移动终端的方法和装置
US11700262B2 (en) System and method to securely execute datacenter management operations remotely
CN111625496B (zh) 分布式文件系统在虚拟机环境下的部署方法、装置及设备
CN104639497B (zh) 远程访问配置方法、远程访问方法、装置和系统
WO2015192582A1 (fr) Procédé et appareil d'authentification de connexion à un bureau virtuel
GB2462160A (en) A distributed server system includes a table indicating communication relationships between various service programs
CN106850554B (zh) 双系统定向连接的方法和装置
WO2014169589A1 (fr) Procédé et dispositif pour opération synchrone de terminal intelligent
WO2016169375A1 (fr) Système de service de structure mandataire comprenant un ensemble local, et procédé
WO2018184594A1 (fr) Procédé de commande à distance de dispositif et système de commande à distance
WO2015067052A1 (fr) Procédé, dispositif et système pour transmettre des commandes d'essai
CN101631107A (zh) 基于Web方式的Linux内核配置方法
CN105472197B (zh) 图像处理系统、方法和装置
JP7437409B2 (ja) 設定装置、通信システム、設定方法、及びプログラム
CN115883572A (zh) 外设共享方法及装置
KR20170052262A (ko) 동적 명령어 처리 장치 및 방법
JP2018501572A (ja) データ通信方法及び装置
US20180254970A1 (en) Methods and Devices for Testing Applications
US20150052356A1 (en) Information processing apparatus and method
WO2019042005A1 (fr) Procédé, dispositif et système destinés à la migration en direct de machine virtuelle
KR102357031B1 (ko) 클라우드 컴퓨터 구동 방법 및 장치

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14860763

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14860763

Country of ref document: EP

Kind code of ref document: A1