-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
221 changed files
with
222,002 additions
and
0 deletions.
There are no files selected for viewing
3,119 changes: 3,119 additions & 0 deletions
3,119
...1-23.03remainTests/logs/FS_Docker/oe_test_docker_check_overlay2fs/2023-04-28-23_14_46.log
Large diffs are not rendered by default.
Oops, something went wrong.
2,419 changes: 2,419 additions & 0 deletions
2,419
...g/0331-23.03remainTests/logs/FS_Docker/oe_test_docker_commit_save/2023-04-28-23_44_57.log
Large diffs are not rendered by default.
Oops, something went wrong.
4,104 changes: 4,104 additions & 0 deletions
4,104
Testing/0331-23.03remainTests/logs/FS_Docker/oe_test_docker_compress/2023-04-29-00_10_18.log
Large diffs are not rendered by default.
Oops, something went wrong.
3,087 changes: 3,087 additions & 0 deletions
3,087
Testing/0331-23.03remainTests/logs/FS_Docker/oe_test_docker_cp/2023-04-29-00_39_50.log
Large diffs are not rendered by default.
Oops, something went wrong.
2,414 changes: 2,414 additions & 0 deletions
2,414
Testing/0331-23.03remainTests/logs/FS_Docker/oe_test_docker_info/2023-04-29-01_10_00.log
Large diffs are not rendered by default.
Oops, something went wrong.
3,144 changes: 3,144 additions & 0 deletions
3,144
Testing/0331-23.03remainTests/logs/FS_Docker/oe_test_docker_mergedir/2023-04-29-01_37_05.log
Large diffs are not rendered by default.
Oops, something went wrong.
2,424 changes: 2,424 additions & 0 deletions
2,424
Testing/0331-23.03remainTests/logs/FS_Docker/oe_test_docker_mount/2023-04-29-02_07_14.log
Large diffs are not rendered by default.
Oops, something went wrong.
4,085 changes: 4,085 additions & 0 deletions
4,085
Testing/0331-23.03remainTests/logs/FS_Docker/oe_test_docker_mount_fs/2023-04-29-02_24_15.log
Large diffs are not rendered by default.
Oops, something went wrong.
4,528 changes: 4,528 additions & 0 deletions
4,528
...31-23.03remainTests/logs/FS_Docker/oe_test_docker_write_in_docker/2023-04-29-02_27_37.log
Large diffs are not rendered by default.
Oops, something went wrong.
4,525 changes: 4,525 additions & 0 deletions
4,525
...331-23.03remainTests/logs/FS_Docker/oe_test_docker_write_upperdir/2023-04-29-02_32_05.log
Large diffs are not rendered by default.
Oops, something went wrong.
115 changes: 115 additions & 0 deletions
115
Testing/0331-23.03remainTests/logs/FS_File/oe_test_FSIO_act_alias/2023-04-28-20_45_27.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
+ source ../common_lib/fsio_lib.sh | ||
++ source /root/mugen/libs/locallibs/common_lib.sh | ||
+++ python3 --version | ||
+++ '[' 0 -eq 0 ']' | ||
+++ source /root/mugen/libs/locallibs/common_lib_python.sh | ||
++ export 'FS_TYPE=ext3 ext4 xfs' | ||
++ FS_TYPE='ext3 ext4 xfs' | ||
++ export LANG=en_US.UTF-8 | ||
++ LANG=en_US.UTF-8 | ||
++ REMOVE_VG | ||
++ vggroup= | ||
++ [[ '' != '' ]] | ||
+++ df -T | ||
+++ grep test_vggroup | ||
+++ awk '{print $7}' | ||
++ mounted= | ||
++ [[ '' != '' ]] | ||
++ lsblk | ||
++ grep test_vggroup | ||
++ [[ 1 -eq 0 ]] | ||
++ rm -rf '/tmp/point*' | ||
+ main | ||
++ type -t post_test | ||
+ '[' -n function ']' | ||
+ trap post_test EXIT INT HUP TERM | ||
+ rpm -qa | ||
+ grep expect | ||
++ type -t config_params | ||
+ '[' -n '' ']' | ||
++ type -t pre_test | ||
+ '[' -n function ']' | ||
+ pre_test | ||
+ LOG_INFO 'Start to prepare the database config.' | ||
+ message='Start to prepare the database config.' | ||
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start to prepare the database config.' | ||
Fri Apr 28 20:45:31 2023 - INFO - Start to prepare the database config. | ||
++ date +%Y%m%d%H%M%S | ||
+ cur_date=20230428204531 | ||
+ normal=normal20230428204531 | ||
+ useradd normal20230428204531 | ||
+ echo normal20230428204531 | ||
+ passwd --stdin normal20230428204531 | ||
Changing password for user normal20230428204531. | ||
passwd: all authentication tokens updated successfully. | ||
+ cp /home/normal20230428204531/.bashrc /home/normal20230428204531/.bashrc.bak | ||
+ LOG_INFO 'Finish to prepare the database config.' | ||
+ message='Finish to prepare the database config.' | ||
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Finish to prepare the database config.' | ||
Fri Apr 28 20:45:34 2023 - INFO - Finish to prepare the database config. | ||
++ type -t run_test | ||
+ '[' -n function ']' | ||
+ run_test | ||
+ LOG_INFO 'Start to run test.' | ||
+ message='Start to run test.' | ||
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start to run test.' | ||
Fri Apr 28 20:45:35 2023 - INFO - Start to run test. | ||
+ su normal20230428204531 | ||
alias add='touch' | ||
+ CHECK_RESULT 0 0 0 'Add alias or create file failed.' | ||
+ actual_result=0 | ||
+ expect_result=0 | ||
+ mode=0 | ||
+ error_log='Add alias or create file failed.' | ||
+ exit_mode=0 | ||
+ '[' -z 0 ']' | ||
+ '[' 0 -eq 0 ']' | ||
+ test 0x '!=' 0x | ||
+ return 0 | ||
+ su normal20230428204531 | ||
alias add='mv' | ||
+ CHECK_RESULT 0 0 0 'Modify alias or mv file failed.' | ||
+ actual_result=0 | ||
+ expect_result=0 | ||
+ mode=0 | ||
+ error_log='Modify alias or mv file failed.' | ||
+ exit_mode=0 | ||
+ '[' -z 0 ']' | ||
+ '[' 0 -eq 0 ']' | ||
+ test 0x '!=' 0x | ||
+ return 0 | ||
+ su normal20230428204531 | ||
+ CHECK_RESULT 1 1 0 'Remove alias failed.' | ||
+ actual_result=1 | ||
+ expect_result=1 | ||
+ mode=0 | ||
+ error_log='Remove alias failed.' | ||
+ exit_mode=0 | ||
+ '[' -z 1 ']' | ||
+ '[' 0 -eq 0 ']' | ||
+ test 1x '!=' 1x | ||
+ return 0 | ||
+ LOG_INFO 'End to run test.' | ||
+ message='End to run test.' | ||
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'End to run test.' | ||
Fri Apr 28 20:45:44 2023 - INFO - End to run test. | ||
+ CASE_RESULT 0 | ||
+ case_re=0 | ||
+ test -z '' | ||
+ test 0 -eq 0 | ||
+ LOG_INFO 'succeed to execute the case.' | ||
+ message='succeed to execute the case.' | ||
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'succeed to execute the case.' | ||
Fri Apr 28 20:45:45 2023 - INFO - succeed to execute the case. | ||
+ exec_result= | ||
+ exit 0 | ||
+ post_test | ||
+ LOG_INFO 'Start to restore the test environment.' | ||
+ message='Start to restore the test environment.' | ||
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start to restore the test environment.' | ||
Fri Apr 28 20:45:46 2023 - INFO - Start to restore the test environment. | ||
+ userdel -r normal20230428204531 | ||
+ LOG_INFO 'End to restore the test environment.' | ||
+ message='End to restore the test environment.' | ||
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'End to restore the test environment.' | ||
Fri Apr 28 20:45:48 2023 - INFO - End to restore the test environment. |
Oops, something went wrong.