verifGetVManager
verifGetVManager(g_sessionId[g_addDetails] ) =>l_settings/ nil
Description
Retrieves the vManager settings from the specified Verifier session.
Arguments
Value Returned
|
DPL for the vManager settings in the specified Verifier session. |
|
|
vManager is not configured in the specified Verifier session. |
Examples
The following example starts a Verifier session with vManager setup and retrieves the vManager settings.
uid = verifOpenCellView("amsPLL" "TOP_verification" "verification")
INFO (VERIFIER-9008): Successfully downloaded from vm-verifier-team.8080 /tmp/myPlan.vplanx.
INFO (VERIFIER-8215): Started Verifier session '0'.
=>0
verifGetVManager(uid)
(nil username "vmgr" password "***"
project "vmgr" hostname "vm-verifier-team" port
8080 timeout 30 vPlan "/tmp/myPlan.vplanx"
enabled t version "19.01-a001" configured
t connected t
)
verifGetVManager(uid t)
(nil versionSupported t rootName "APB_UART"
username "vmgr" password "***" project
"vmgr" hostname "vm-verifier-team" port 8080
timeout 30 vPlan "/tmp/myPlan.vplanx" enabled
t version "19.01-a001" configured t
connected t
)
Related Topics
Return to top