[Title] Added missing testcase file
authordonghee yang <donghee.yang@samsung.com>
Fri, 29 Mar 2013 07:40:11 +0000 (16:40 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Fri, 29 Mar 2013 07:40:11 +0000 (16:40 +0900)
test/build-server.basic1/build-cli-32.testcase [new file with mode: 0644]

diff --git a/test/build-server.basic1/build-cli-32.testcase b/test/build-server.basic1/build-cli-32.testcase
new file mode 100644 (file)
index 0000000..691473e
--- /dev/null
@@ -0,0 +1,34 @@
+#PRE-EXEC
+echo "query-log"
+../../build-cli query-log -d 127.0.0.1:2223 -j 1 --output a.txt
+#EXEC
+cat a.txt | grep {2} | cut -d '}' -f2
+#POST-EXEC
+rm -rf a.txt
+#EXPECT
+Added new job
+Initializing job...
+Checking package version ...
+Invoking a thread for building Job
+New Job
+hecking build dependency ...
+Checking install dependency ...
+Started to build this job...
+JobBuilder
+ownloding client is initializing...
+Installing dependent packages...
+Downloading dependent source packages...
+Make clean...
+Make build...
+Make install...
+eneratiing pkginfo.manifest...
+Zipping...
+Creating package file ... a_0.0.1_ubuntu-32.zip
+Checking reverse build dependency ...
+Uploading ...
+Upload succeeded. Sync local pkg-server again...
+Snapshot:
+Job is completed!
+Job is FINISHED successfully!
+Updating the source info for project "testa"
+=LOG_END