Sample Output from the Smoke Test Tool
By default the smoke test tool prints log messages to STDOUT. Here is sample output:
INFO Starting test 1/9: Validate the eMessage Connector
configuration file
INFO Finished test 1/9: Validate the eMessage Connector
configuration file result=SUCCESS

INFO Starting test 2/9: Validate connection to the ThingWorx Platform
INFO Initializing connection to the ThingWorx Platform using
URL=ws://localhost:8080/Thingworx/WS
INFO Finished test 2/9: Validate connection to the ThingWorx Platform result=SUCCESS

INFO Starting test 3/9: Validate that the
ConnectionServicesHub Thing exists
INFO Finished test 3/9: Validate that the
ConnectionServicesHub Thing exists result=SUCCESS

INFO Starting test 4/9: Validate creating test Thing on
the Thingworx Platform
INFO Creating Thing=SmokeTestThing
using ThingTemplate=AxedaStandaloneModel
INFO Enabling Thing=SmokeTestThing
INFO Restarting Thing=SmokeTestThing
INFO Writing property=modelNumber value=SmokeTestThing
ModelNumber_37 for Thing=SmokeTestThing_
INFO Writing property=serialNumber value=SmokeTestThing_
SerialNumber_379 for Thing=SmokeTestThing
INFO Creating property={"dataChangeThreshold":0.0,
"logged":true,"name":"temp","description":"",
"readOnly":false,"dataChangeType":"ALWAYS",
"type":"NUMBER","category":"","persistent":true,"
remote":true} for Thing=SmokeTestThing
INFO Restarting Thing=SmokeTestThing
INFO Creating property={"dataChangeThreshold":0.0,
"logged":true,"name":"humidity","description":"",
"readOnly":false,"dataChangeType":"ALWAYS",
"type":"NUMBER","category":"","persistent":true,
"remote":true} for Thing=SmokeTestThing
INFO Restarting Thing=SmokeTestThing
INFO Finished test 4/9: Validate creating test
Thing on the Thingworx Platform result=SUCCESS

INFO Starting test 5/9: Validate sending a
registration message to the eMessage Connector
INFO Finished test 5/9: Validate sending a
registration message to the eMessage Connector
result=SUCCESS

INFO Starting test 6/9: Validate sending
DataItem messages to the eMessage Connector
INFO Finished test 6/9: Validate sending
DataItem messages to the eMessage Connector
result=SUCCESS

INFO Starting test 7/9: Set a Thing property,
send an eMessage ping and then validate that
SetDataItem egress was received
INFO Creating Thing=SmokeTestThing_98765 via
import from entities xml file
INFO Writing property=modelNumber
value=SmokeTestThing_98765_ModelNumber_92
for Thing=SmokeTestThing_98765
INFO Writing property=serialNumber
value=SmokeTestThing_98765_SerialNumber_8
for Thing=SmokeTestThing_98765
INFO Enabling Thing=SmokeTestThing_98765
INFO Restarting Thing=SmokeTestThing_98765
INFO Setting direct property ThingName=SmokeTestThing_98765
propertyName=wind propertyValue=60.25661565906744
INFO Deleting Thing=SmokeTestThing_98765
INFO Finished test 7/9: Set a Thing property,
send an eMessage ping and then validate that
SetDataItem egress was received result=SUCCESS

INFO Starting test 8/9: Send a file upload request message
to the eMessage Connector and then validate that the file
is uploaded
INFO Starting file upload for file=testfile.txt
INFO Completed file upload for file=testfile.txt
INFO Deleting ThingWorx Platform directory path=/uploads/
SmokeTestThing from repository=SystemRepository
INFO Finished test 8/9: Send a file upload request message
to the eMessage Connector and then validate that the file
is uploaded result=SUCCESS

INFO Starting test 9/9: Queue a file download via the Copy
service and validate that a file is downloaded
INFO Creating ThingWorx Platform text file at
path=/SmokeTestThing/testfile.txt in
repository=SystemRepository
INFO Enqueuing a file transfer with parameters={"async":true,
"sourceRepo":"SystemRepository","targetRepo":
"SmokeTestThing,"targetFile":"testfile.txt",
"targetPath":"/workspaces/Thingworx/protocol-adapter-emessage
/emessage/build/distributions/emessage-connector/bin/
smoketest_temp/SmokeTest_FileDownload","queueable":true,
"sourceFile":"testfile.txt",
"sourcePath":"/SmokeTestThing"}
INFO Starting file download for destination=/workspaces/Thingworx/
protocol-adapter-emessage/emessage/build/distributions/emessage-
connector/bin/smoketest_temp/SmokeTest_FileDownload/testfile.txt
INFO Completed file download for destination=/workspaces/Thingworx/
protocol-adapter-emessage/emessage/build/distributions/
emessage-connector/bin/smoketest_temp/SmokeTest_FileDownload/testfile.txt
INFO Deleting ThingWorx Platform directory path=/SmokeTestThing
from repository=SystemRepository
INFO Finished test 9/9: Queue a file download via the Copy service
and validate that a file is downloaded result=SUCCESS
INFO Deleting Thing=SmokeTestThing

INFO Overall test result=SUCCESS, 9 tests completed, 0 failed, 0 skipped
Was this helpful?