Skip to content

Commit

Permalink
add 2303 remaining test results
Browse files Browse the repository at this point in the history
  • Loading branch information
brsf11 committed Apr 29, 2023
1 parent bac4570 commit e10dd6f
Show file tree
Hide file tree
Showing 221 changed files with 222,002 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.
Loading

0 comments on commit e10dd6f

Please sign in to comment.