#!/bin/sh export_top_env() { export suite='ltp' export testcase='ltp' export category='functional' export job_origin='/lkp/lkp/.src-20171205-131408/jobs/ltp.yaml' export queue='bisect' export testbox='ivb44' export commit='ecca8f88da5c4260cc2bccfefd2a24976704c366' export branch='linus/master' export do_not_reboot_for_same_kernel=1 export name='/lkp/lkp/.src-20171205-131408/jobs/ltp.yaml' export tbox_group='ivb44' export submit_id='5a28c2a70b9a933b698780d1' export job_file='/lkp/scheduled/ivb44/ltp-net.sctp-debian-x86_64-2016-08-31.cgz-ecca8f88da5c4260cc2bccfefd2a24976704c366-20171207-80745-tvfn1x-0.yaml' export id='4240295fd1491361d7b493d4343dc9b40e22b35e' export model='Ivytown Ivy Bridge-EP' export nr_cpu=48 export memory='64G' export nr_hdd_partitions=1 export hdd_partitions='/dev/disk/by-id/ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36795753-part1' export swap_partitions='/dev/disk/by-id/ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36795753-part2' export rootfs_partition='/dev/disk/by-id/ata-WDC_WD1003FBYZ-010FB0_WD-WCAW36795753-part3' export netconsole_port=6644 export brand='Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz' export need_kconfig='CONFIG_BLK_DEV_LOOP CONFIG_CAN=m CONFIG_CAN_RAW=m CONFIG_CAN_VCAN=m' export kconfig='x86_64-rhel-7.2' export compiler='gcc-6' export rootfs='debian-x86_64-2016-08-31.cgz' export enqueue_time='2017-12-07 12:25:11 +0800' export _id='5a28c2a70b9a933b698780d1' export _rt='/result/ltp/net.sctp/ivb44/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/ecca8f88da5c4260cc2bccfefd2a24976704c366' export user='lkp' export result_root='/result/ltp/net.sctp/ivb44/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/ecca8f88da5c4260cc2bccfefd2a24976704c366/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/ivb44/ltp-net.sctp-debian-x86_64-2016-08-31.cgz-ecca8f88da5c4260cc2bccfefd2a24976704c366-20171207-80745-tvfn1x-0.yaml ARCH=x86_64 kconfig=x86_64-rhel-7.2 branch=linus/master commit=ecca8f88da5c4260cc2bccfefd2a24976704c366 BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.2/gcc-6/ecca8f88da5c4260cc2bccfefd2a24976704c366/vmlinuz-4.14.0-07285-gecca8f8 max_uptime=3600 RESULT_ROOT=/result/ltp/net.sctp/ivb44/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/ecca8f88da5c4260cc2bccfefd2a24976704c366/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 modules_initrd='/pkg/linux/x86_64-rhel-7.2/gcc-6/ecca8f88da5c4260cc2bccfefd2a24976704c366/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-11-06.cgz,/osimage/pkg/debian-x86_64-2016-08-31.cgz/ltp-x86_64-43088a416_2017-12-06.cgz,/osimage/deps/debian-x86_64-2016-08-31.cgz/hw_2016-11-15.cgz' export lkp_initrd='/lkp/lkp/lkp-x86_64.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/ecca8f88da5c4260cc2bccfefd2a24976704c366/vmlinuz-4.14.0-07285-gecca8f8' export dequeue_time='2017-12-07 12:37:25 +0800' export job_initrd='/lkp/scheduled/ivb44/ltp-net.sctp-debian-x86_64-2016-08-31.cgz-ecca8f88da5c4260cc2bccfefd2a24976704c366-20171207-80745-tvfn1x-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_test test='net.sctp' $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 } "$@"