[tct-system-tizen-tests] UTS for Storage and SystemInfo
authorDinesh Dwivedi <dinesh.d@samsung.com>
Thu, 26 May 2016 21:22:58 +0000 (02:52 +0530)
committerDinesh Dwivedi <dinesh.d@samsung.com>
Fri, 27 May 2016 11:41:08 +0000 (17:11 +0530)
commitcff2d3ecc3014d76ca2783abea85b38b92215e19
treedf733a0150e8a5f43560bb2f41cd05fabe56b55b
parentcfcda1b586a3ece99068efb1194fb35af7d208c0
[tct-system-tizen-tests] UTS for Storage and SystemInfo

Change-Id: Ib601cd9fb944a2d88d6c459735fc6e10f15bc0fb
Signed-off-by: Dinesh Dwivedi <dinesh.d@samsung.com>
36 files changed:
.gitignore
tct-system-tizen-tests/App.config [new file with mode: 0644]
tct-system-tizen-tests/Makefile [new file with mode: 0644]
tct-system-tizen-tests/Properties/AssemblyInfo.cs [new file with mode: 0644]
tct-system-tizen-tests/ReadMe.md [new file with mode: 0644]
tct-system-tizen-tests/TCTCert.p12 [new file with mode: 0644]
tct-system-tizen-tests/lib/TestFramework.dll [new file with mode: 0644]
tct-system-tizen-tests/lib/Tizen.Applications.dll [new file with mode: 0644]
tct-system-tizen-tests/lib/Tizen.Internals.dll [new file with mode: 0644]
tct-system-tizen-tests/lib/Tizen.System.dll [new file with mode: 0644]
tct-system-tizen-tests/lib/Tizen.UI.dll [new file with mode: 0644]
tct-system-tizen-tests/lib/Tizen.dll [new file with mode: 0644]
tct-system-tizen-tests/lib/Xamarin.Forms.Platform.Tizen.dll [new file with mode: 0644]
tct-system-tizen-tests/lib/Xamarin.Forms.dll [new file with mode: 0644]
tct-system-tizen-tests/res/ReadMe.md [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/application.js [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/back_top.png [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/blue.jpg [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/gray.jpg [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/jquery.min.js [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/orange.jpg [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/popup.js [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/red.jpg [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/summary.xsl [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/testresult.xsl [new file with mode: 0644]
tct-system-tizen-tests/res/Result/style/tests.css [new file with mode: 0644]
tct-system-tizen-tests/res/install.sh [new file with mode: 0755]
tct-system-tizen-tests/res/pull.sh [new file with mode: 0755]
tct-system-tizen-tests/res/push.sh [new file with mode: 0755]
tct-system-tizen-tests/res/run.sh [new file with mode: 0755]
tct-system-tizen-tests/share/res/icon.png [new file with mode: 0644]
tct-system-tizen-tests/src/Program.cs [new file with mode: 0644]
tct-system-tizen-tests/src/Testcase/UTSStorage.cs [new file with mode: 0644]
tct-system-tizen-tests/src/Testcase/UTSStorageManager.cs [new file with mode: 0644]
tct-system-tizen-tests/src/Testcase/UTSSystemInfo.cs [new file with mode: 0644]
tct-system-tizen-tests/tizen-manifest.xml [new file with mode: 0644]