delete temp_ignore
authoradmin <yuhuan.yang@samsung.com>
Tue, 28 Jul 2015 03:25:27 +0000 (11:25 +0800)
committeradmin <yuhuan.yang@samsung.com>
Tue, 28 Jul 2015 03:25:27 +0000 (11:25 +0800)
tmp_ignore/mic_cr_livecd_native_check_chroot.case [deleted file]
tmp_ignore/mic_cr_liveusb_native_check_chroot.case [deleted file]
tmp_ignore/mic_cr_loop_conf_not_current_dir_ia32.case [deleted file]

diff --git a/tmp_ignore/mic_cr_livecd_native_check_chroot.case b/tmp_ignore/mic_cr_livecd_native_check_chroot.case
deleted file mode 100644 (file)
index 63ea20f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<testcase>
-  <version>1.0</version>
-  <summary>Test whether it is ok to chroot into the image</summary>
-  <fixtures>
-    <copy src="ks_files/gnome-live.ks" />
-  </fixtures>
-  <steps><![CDATA[
-sudo mic cr livecd gnome-live.ks --logfile=gnome.log --runtime=native
-test -f gnome.log
-grep 'Finished' gnome.log
-test -e ./mic-output/gnome-live*.iso
-bash -c "sudo mic chroot ./mic-output/gnome-live*.iso" << EOF
-echo "Checking chroot"
-ls
-pwd
-echo "It's ok to chroot,jump out"
-EOF
-]]></steps>
-  <teardown><![CDATA[
-echo "cleaning..."
-sudo rm -rf ./mic-output
-sudo rm gnome.log
-]]></teardown>
-</testcase>
diff --git a/tmp_ignore/mic_cr_liveusb_native_check_chroot.case b/tmp_ignore/mic_cr_liveusb_native_check_chroot.case
deleted file mode 100644 (file)
index eeeccf0..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<testcase>
-  <version>1.0</version>
-  <summary>Test whether it is ok to chroot into the image</summary>
-  <fixtures>
-    <copy src="ks_files/gnome-live.ks" />
-  </fixtures>
-  <steps><![CDATA[
-sudo mic cr liveusb gnome-live.ks --logfile=gnome.log --runtime=native
-test -f gnome.log
-grep 'Finished' gnome.log
-test -e ./mic-output/gnome-live*.usbimg
-bash -c "sudo mic chroot ./mic-output/gnome-live*.usbimg" << EOF
-echo "Checking chroot"
-ls
-pwd
-echo "It's ok to chroot,jump out"
-EOF
-]]></steps>
-  <teardown><![CDATA[
-echo "cleaning..."
-sudo rm -rf ./mic-output
-sudo rm gnome.log
-]]></teardown>
-</testcase>
diff --git a/tmp_ignore/mic_cr_loop_conf_not_current_dir_ia32.case b/tmp_ignore/mic_cr_loop_conf_not_current_dir_ia32.case
deleted file mode 100644 (file)
index 178b3b3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<testcase>
-  <summary>Test whether mic find the conf which is not under current dir or 'ks' dir when running in bootstrap mode.</summary>
-  <fixtures>
-    <copy src="ks_files/handset_blackbay.ks" />
-    <copy src="conf/mic.conf" />
-  </fixtures>
-  <steps><![CDATA[
-cp mic.conf /tmp
-sudo mic cr loop handset_blackbay.ks -c /tmp/mic.conf --logfile=mic.log -d -v
-grep "Finished" mic.log
-(! grep "cannot find config file" mic.log)
-ls | grep "my_mic-output"
-sudo test -e ./my_mic-output/platform.img
-]]></steps>
-  <teardown><![CDATA[
-echo "cleaning..."
-sudo test -e my_mic-output && rm -rf my_mic-output
-sudo test -e mic.log && sudo rm mic.log
-echo 'finish cleaning...'
-]]></teardown>
-</testcase>