#!/bin/sh export_top_env() { export suite='ltp' export testcase='ltp' export category='functional' export job_origin='/lkp/lkp/.src-20170921-145041/allot/cyclic:linux-devel:devel-hourly/lkp-bdw-ep3d/ltp.yaml' export queue='bisect' export testbox='lkp-bdw-ep3d' export tbox_group='lkp-bdw-ep3d' export submit_id='59d8aa260b9a935b9e8a3276' export job_file='/lkp/scheduled/lkp-bdw-ep3d/ltp-cpuhotplug-debian-x86_64-2016-08-31.cgz-379a4bb9880608931642e1b4208380468d347b84-20171007-23454-12678pi-0.yaml' export id='b6eeeab20be1bde89537681a897843ae6ec17472' export model='Broadwell-EP' export nr_cpu=88 export memory='64G' export swap_partitions= export rootfs_partition= export brand='Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz' export need_kconfig='CONFIG_BLK_DEV_LOOP CONFIG_CAN=m CONFIG_CAN_RAW=m CONFIG_CAN_VCAN=m' export commit='379a4bb9880608931642e1b4208380468d347b84' export kconfig='x86_64-rhel-7.2' export compiler='gcc-6' export rootfs='debian-x86_64-2016-08-31.cgz' export enqueue_time='2017-10-07 18:19:18 +0800' export _id='59d8aa260b9a935b9e8a3276' export _rt='/result/ltp/cpuhotplug/lkp-bdw-ep3d/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/379a4bb9880608931642e1b4208380468d347b84' export user='lkp' export head_commit='49fdb9eb06ddf336f105121ef43ef400e78ea906' export base_commit='9e66317d3c92ddaab330c125dfe9d06eee268aff' export branch='linux-devel/devel-hourly-2017100415' export result_root='/result/ltp/cpuhotplug/lkp-bdw-ep3d/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/379a4bb9880608931642e1b4208380468d347b84/0' export LKP_SERVER='inn' export max_uptime=3600 export initrd='/osimage/debian/debian-x86_64-2016-08-31.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/scheduled/lkp-bdw-ep3d/ltp-cpuhotplug-debian-x86_64-2016-08-31.cgz-379a4bb9880608931642e1b4208380468d347b84-20171007-23454-12678pi-0.yaml ARCH=x86_64 kconfig=x86_64-rhel-7.2 branch=linux-devel/devel-hourly-2017100415 commit=379a4bb9880608931642e1b4208380468d347b84 BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.2/gcc-6/379a4bb9880608931642e1b4208380468d347b84/vmlinuz-4.14.0-rc2-00278-g379a4bb max_uptime=3600 RESULT_ROOT=/result/ltp/cpuhotplug/lkp-bdw-ep3d/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/379a4bb9880608931642e1b4208380468d347b84/0 LKP_SERVER=inn 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 lkp_initrd='/lkp/lkp/lkp-x86_64.cgz' export modules_initrd='/pkg/linux/x86_64-rhel-7.2/gcc-6/379a4bb9880608931642e1b4208380468d347b84/modules.cgz' export bm_initrd='/osimage/deps/debian-x86_64-2016-08-31.cgz/lkp_2017-08-01.cgz,/osimage/deps/debian-x86_64-2016-08-31.cgz/rsync-rootfs_2016-11-15.cgz,/osimage/deps/debian-x86_64-2016-08-31.cgz/run-ipconfig_2016-11-15.cgz,/osimage/deps/debian-x86_64-2016-08-31.cgz/ltp_2017-09-26.cgz,/osimage/pkg/debian-x86_64-2016-08-31.cgz/ltp-x86_64-4850afd3e_2017-10-06.cgz,/osimage/deps/debian-x86_64-2016-08-31.cgz/hw_2016-11-15.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export kernel='/pkg/linux/x86_64-rhel-7.2/gcc-6/379a4bb9880608931642e1b4208380468d347b84/vmlinuz-4.14.0-rc2-00278-g379a4bb' export dequeue_time='2017-10-07 18:24:56 +0800' export job_initrd='/lkp/scheduled/lkp-bdw-ep3d/ltp-cpuhotplug-debian-x86_64-2016-08-31.cgz-379a4bb9880608931642e1b4208380468d347b84-20171007-23454-12678pi-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 oom-killer run_monitor $LKP_SRC/monitors/plain/watchdog run_monitor $LKP_SRC/monitors/wrapper nfs-hang run_test test='cpuhotplug' $LKP_SRC/tests/wrapper ltp } extract_stats() { $LKP_SRC/stats/wrapper ltp $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper time ltp.time $LKP_SRC/stats/wrapper time $LKP_SRC/stats/wrapper dmesg $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper stderr $LKP_SRC/stats/wrapper last_state } "$@"