#!/bin/sh export_top_env() { export suite='suspend-stress' export testcase='suspend-stress' export category='functional' export kernel_cmdline='initcall_debug log_buf_len=4M no_console_suspend ignore_loglevel' export iterations=10 export runtime=3600 export rtcwake=5 export idle_time= export job_origin='ss-10x10.yaml' export queue_cmdline_keys= export schedule_notify_address= export queue='vip' export testbox='lkp-ivb-toshiba1' export tbox_group='lkp-ivb-toshiba1' export branch='linus/master' export commit='6922110d152e56d7569616b45a1f02876cf3eb9f' export kconfig='x86_64-rhel-8.3-func' export submit_id='6295852c0b9a930476eaae1b' export job_file='/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-freeze-debian-x86_64-20180403.cgz-6922110d152e56d7569616b45a1f02876cf3eb9f-20220531-1142-xmsu8q-0.yaml' export id='388a8a967fd921b7fd6c842cd6650ed2eb0d6d00' export queuer_version='/lkp/rzhang1/.src-20220420-110916' export model='Ivy Bridge' export nr_cpu=4 export memory='4G' export belongs_to='power' export avoid_nfs=1 export need_kconfig=\{\"SUSPEND\"\=\>\"y\"\}' '\{\"HIBERNATION\"\=\>\"y\"\}' '\{\"PM_DEBUG\"\=\>\"y\"\} export rootfs='debian-x86_64-20180403.cgz' export need_kconfig_hw='{"E1000E"=>"y"} SATA_AHCI {"USB_NET_AX8817X"=>"y"} {"USB_NET_AX8817X"=>"y"} {"USB_NET_AX88179_178A"=>"y"} {"USB_RTL8152"=>"y"}' export enqueue_time='2022-05-31 11:02:05 +0800' export compiler='gcc-11' export _id='6295852d0b9a930476eaae1f' export _rt='/result/suspend-stress/10-freeze/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3-func/gcc-11/6922110d152e56d7569616b45a1f02876cf3eb9f' export user='lkp' export LKP_SERVER='internal-lkp-server' export kernel='/pkg/linux/x86_64-rhel-8.3-func/gcc-11/6922110d152e56d7569616b45a1f02876cf3eb9f/vmlinuz-5.14.0-rc4-00193-g6922110d152e' export result_root='/result/suspend-stress/10-freeze/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3-func/gcc-11/6922110d152e56d7569616b45a1f02876cf3eb9f/8' export dequeue_time='2022-05-31 21:02:31 +0800' export scheduler_version='/lkp/lkp/.src-20220531-101655' export arch='x86_64' export max_uptime=2100 export initrd='/osimage/debian/debian-x86_64-20180403.cgz' export bootloader_append='root=/dev/ram0 RESULT_ROOT=/result/suspend-stress/10-freeze/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3-func/gcc-11/6922110d152e56d7569616b45a1f02876cf3eb9f/8 BOOT_IMAGE=/pkg/linux/x86_64-rhel-8.3-func/gcc-11/6922110d152e56d7569616b45a1f02876cf3eb9f/vmlinuz-5.14.0-rc4-00193-g6922110d152e branch=linus/master job=/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-freeze-debian-x86_64-20180403.cgz-6922110d152e56d7569616b45a1f02876cf3eb9f-20220531-1142-xmsu8q-0.yaml user=lkp ARCH=x86_64 kconfig=x86_64-rhel-8.3-func commit=6922110d152e56d7569616b45a1f02876cf3eb9f initcall_debug log_buf_len=4M no_console_suspend ignore_loglevel max_uptime=2100 LKP_SERVER=internal-lkp-server nokaslr selinux=0 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw' export modules_initrd='/pkg/linux/x86_64-rhel-8.3-func/gcc-11/6922110d152e56d7569616b45a1f02876cf3eb9f/modules.cgz' export bm_initrd='/osimage/deps/debian-x86_64-20180403.cgz/run-ipconfig_2018-04-03.cgz,/osimage/deps/debian-x86_64-20180403.cgz/lkp_2019-08-05.cgz,/osimage/deps/debian-x86_64-20180403.cgz/rsync-rootfs_2018-04-03.cgz,/osimage/deps/debian-x86_64-20180403.cgz/hw_2020-01-02.cgz' export lkp_initrd='/osimage/user/lkp/lkp-x86_64.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export job_initrd='/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-freeze-debian-x86_64-20180403.cgz-6922110d152e56d7569616b45a1f02876cf3eb9f-20220531-1142-xmsu8q-0.cgz' [ -n "$LKP_SRC" ] || export LKP_SRC=/lkp/${user:-lkp}/src } run_job() { echo $$ > $TMP/run-job.pid . $LKP_SRC/lib/http.sh . $LKP_SRC/lib/job.sh . $LKP_SRC/lib/env.sh export_top_env run_monitor $LKP_SRC/monitors/wrapper kmsg run_monitor $LKP_SRC/monitors/wrapper heartbeat run_monitor $LKP_SRC/monitors/wrapper meminfo run_monitor $LKP_SRC/monitors/wrapper oom-killer run_monitor $LKP_SRC/monitors/plain/watchdog run_test mode='freeze' $LKP_SRC/tests/wrapper suspend-stress } extract_stats() { export stats_part_begin= export stats_part_end= env mode='freeze' $LKP_SRC/stats/wrapper suspend-stress $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper meminfo $LKP_SRC/stats/wrapper time suspend-stress.time $LKP_SRC/stats/wrapper dmesg $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper last_state $LKP_SRC/stats/wrapper stderr $LKP_SRC/stats/wrapper time } "$@"