verifUploadToVManager
verifUploadToVManager(g_sessionId[g_waitUntilDone] ) => t / nil
Description
Uploads the Verifier data to the specified vPlan file using the vManager server.
Arguments
Value Returned
|
Data is uploaded to specified vPlan file through vManager server successfully. |
|
Examples
The following example starts a Verifier session with vManager setup and uploads data.
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
The data is uploaded to vManager from the specified Verifier session.
verifUploadToVManager(uid)
INFO (VERIFIER-9005): Uploading session to vm-verifier-team.8080 /tmp/myPlan.vplanx.
INFO (VERIFIER-9006): Successfully uploaded session to vm-verifier-team.8080 /tmp/myPlan.vplanx.
=> t
Related Topics
Return to top