[Applications.Cion][TCSACR-448] Add cion TCs 13/264413/36
authorSangyoon Jang <jeremy.jang@samsung.com>
Thu, 16 Sep 2021 04:53:23 +0000 (13:53 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Fri, 3 Mar 2023 07:37:25 +0000 (16:37 +0900)
commit2c51638756efbbdf992bf199009c4de8d62bb207
tree8dfd548d8cceab51737e51e359372e8db82a5b60
parentafb5f965093e57e1e8dcfdd0c732d927516dae98
[Applications.Cion][TCSACR-448] Add cion TCs

Change-Id: Ie03c921f724f4414d7fbd93f26adcd6b5d3699c5
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
23 files changed:
tct-suite-vs/Tizen.Applications.Cion.Tests/Program.cs [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/Tizen.Applications.Cion.Tests.csproj [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/Tizen.Applications.Cion.Tests.sln [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/shared/res/Tizen.Applications.Cion.Tests.png [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/shared/res/rootCA/ca.pem [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/shared/res/server/test-server.key [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/shared/res/server/test-server.pem [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSClientBase.cs [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSConnectionResult.cs [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSDataPayload.cs [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSFilePayload.cs [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSGroupBase.cs [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSPayload.cs [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSPayloadAsyncResult.cs [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSPeerInfo.cs [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSSecurityInfo.cs [new file with mode: 0644]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TSServerBase.cs [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TestClient.cs [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TestGroup.cs [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TestHelper.cs [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/TestServer.cs [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/testcase/WaitHelper.cs [new file with mode: 0755]
tct-suite-vs/Tizen.Applications.Cion.Tests/tizen-manifest.xml [new file with mode: 0755]