@@ -220,21 +220,6 @@ An administrator can install or uninstall licenses using the TestEngine CLI.
220220To check the current license expiry and size, use the license info command.
221221` testengine license info `
222222
223- ### Install a fixed license
224- To install a fixed license, specify ` type=fixed ` , the user information and the path to either a .key file or a .zip
225- file with licenses in it (as received from SmartBear).
226-
227- ` testengine license install type=fixed firstName=Joe lastName=Tester email=joe.tester@example.com /home/joe/Downloads/licenses.zip `
228-
229- ** Note:** When you install a new license, any existing old license is overwritten without deactivation. It is generally
230- a good idea to first uninstall it.
231-
232- ### Install a floating license
233- To install a fixed license, specify ` type=floating ` , and the location of the floating license server (typically an IP
234- and port 443)
235-
236- ` testengine license install type=floating <ip-address|hostname>:443 `
237-
238223### Install an SLM license
239224To install an SLM license, specify ` type=slm ` , and then options:
240225- ` accessKey ` for SmartBear hosted license. There is no need to provide ` licenseServer ` for SmartBear hosted licenses.
@@ -245,13 +230,11 @@ on-premise 40892.
245230
246231` testengine license install type=slm accessKey=c5c4f014-4745-44a8-bfab-c0df7c66c5a7 licenseServer=https://mySlmServer:40892 `
247232
248- ### Uninstall a license (floating, fixed or SLM)
233+ ### Uninstall a license
249234To uninstall, you use the uninstall command.
250235
251236` testengine license uninstall `
252237
253- A fixed license will be deactivated and a floating license will be checked back in to the floating license server.
254-
255238### Create a diagnostics report
256239A diagnostics report is a zip-archive containing information about a running testengine instance that a testengine dev
257240needs when troubleshooting testengine. This diagnostics report can be created with the following command.
0 commit comments