Skip to content
Snippets Groups Projects
test_agent_sta_rear.log 461 KiB
Newer Older
Jan Luehr's avatar
Jan Luehr committed
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000
1595009531 2020-07-17 20:12:11.817 INFO TestAgent Terminated iwevent
1595009531 2020-07-17 20:12:11.822 INFO TestAgent Terminated mqtt file
1595009531 2020-07-17 20:12:11.826 INFO TestAgent Closed rssi file
1595009531 2020-07-17 20:12:11.833 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (6753).
Exiting ovsdb-server (6738).
1595009532 2020-07-17 20:12:12.260 INFO TestAgent Reset wifi
1595009533 2020-07-17 20:12:13.287 INFO TestAgent iw sta0 connect ap1-train 5260
1595009533 2020-07-17 20:12:13.306 INFO TestAgent Done
1595009567 2020-07-17 20:12:47.428 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595009572 2020-07-17 20:12:52.439 INFO TestAgent Got mqtt message: starttest-1595009534
1595009572 2020-07-17 20:12:52.443 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595009572 2020-07-17 20:12:52.755 INFO TestAgent Starting Test
1595009572 2020-07-17 20:12:52.760 INFO TestAgent Create: /testdata/1595009534/
1595009579 2020-07-17 20:12:59.074 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.9980226149346}
1595009602 2020-07-17 20:13:22.601 INFO TestAgent Got mqtt message: stop
1595009602 2020-07-17 20:13:22.605 INFO TestAgent Test finished
1595009602 2020-07-17 20:13:22.610 INFO TestAgent Terminated iwevent
1595009602 2020-07-17 20:13:22.614 INFO TestAgent Terminated mqtt file
1595009602 2020-07-17 20:13:22.618 INFO TestAgent Closed rssi file
1595009602 2020-07-17 20:13:22.626 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (7033).
Exiting ovsdb-server (7018).
1595009603 2020-07-17 20:13:23.078 INFO TestAgent Reset wifi
1595009604 2020-07-17 20:13:24.106 INFO TestAgent iw sta0 connect ap1-train 5260
1595009604 2020-07-17 20:13:24.124 INFO TestAgent Done
1595009646 2020-07-17 20:14:06.497 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595009651 2020-07-17 20:14:11.501 INFO TestAgent Got mqtt message: starttest--ping-1595009605
1595009651 2020-07-17 20:14:11.507 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595009651 2020-07-17 20:14:11.736 INFO TestAgent Starting Test
1595009651 2020-07-17 20:14:11.739 INFO TestAgent Create: /testdata/1595009605/
1595009658 2020-07-17 20:14:18.067 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.2834463929375}
1595009660 2020-07-17 20:14:20.425 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595009681 2020-07-17 20:14:41.763 INFO TestAgent Got mqtt message: stop
1595009681 2020-07-17 20:14:41.766 INFO TestAgent Test finished
1595009681 2020-07-17 20:14:41.771 INFO TestAgent Terminated iwevent
1595009681 2020-07-17 20:14:41.775 INFO TestAgent Terminated mqtt file
1595009681 2020-07-17 20:14:41.779 INFO TestAgent Closed rssi file
1595009681 2020-07-17 20:14:41.787 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (7311).
Exiting ovsdb-server (7296).
1595009682 2020-07-17 20:14:42.241 INFO TestAgent Reset wifi
1595009683 2020-07-17 20:14:43.268 INFO TestAgent iw sta0 connect ap1-train 5260
1595009683 2020-07-17 20:14:43.287 INFO TestAgent Done
1595009725 2020-07-17 20:15:25.501 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595009730 2020-07-17 20:15:30.505 INFO TestAgent Got mqtt message: starttest-1595009684
1595009730 2020-07-17 20:15:30.515 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595009730 2020-07-17 20:15:30.859 INFO TestAgent Starting Test
1595009730 2020-07-17 20:15:30.869 INFO TestAgent Create: /testdata/1595009684/
1595009737 2020-07-17 20:15:37.152 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.41685137590166}
1595009739 2020-07-17 20:15:39.534 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595009760 2020-07-17 20:16:00.539 INFO TestAgent Got mqtt message: stop
1595009760 2020-07-17 20:16:00.542 INFO TestAgent Test finished
1595009760 2020-07-17 20:16:00.547 INFO TestAgent Terminated iwevent
1595009760 2020-07-17 20:16:00.551 INFO TestAgent Terminated mqtt file
1595009760 2020-07-17 20:16:00.555 INFO TestAgent Closed rssi file
1595009760 2020-07-17 20:16:00.565 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (7608).
Exiting ovsdb-server (7595).
1595009761 2020-07-17 20:16:01.009 INFO TestAgent Reset wifi
1595009762 2020-07-17 20:16:02.036 INFO TestAgent iw sta0 connect ap1-train 5260
1595009762 2020-07-17 20:16:02.061 INFO TestAgent Done
1595009796 2020-07-17 20:16:36.096 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595009801 2020-07-17 20:16:41.101 INFO TestAgent Got mqtt message: starttest--ping-1595009763
1595009801 2020-07-17 20:16:41.104 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595009801 2020-07-17 20:16:41.334 INFO TestAgent Starting Test
1595009801 2020-07-17 20:16:41.342 INFO TestAgent Create: /testdata/1595009763/
1595009807 2020-07-17 20:16:47.674 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.98230965181149}
1595009830 2020-07-17 20:17:10.818 INFO TestAgent Got mqtt message: stop
1595009830 2020-07-17 20:17:10.822 INFO TestAgent Test finished
1595009830 2020-07-17 20:17:10.826 INFO TestAgent Terminated iwevent
1595009830 2020-07-17 20:17:10.832 INFO TestAgent Terminated mqtt file
1595009830 2020-07-17 20:17:10.837 INFO TestAgent Closed rssi file
1595009830 2020-07-17 20:17:10.845 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (7892).
Exiting ovsdb-server (7879).
1595009831 2020-07-17 20:17:11.249 INFO TestAgent Reset wifi
1595009832 2020-07-17 20:17:12.276 INFO TestAgent iw sta0 connect ap1-train 5260
1595009832 2020-07-17 20:17:12.295 INFO TestAgent Done
1595009866 2020-07-17 20:17:46.380 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595009871 2020-07-17 20:17:51.388 INFO TestAgent Got mqtt message: starttest-1595009833
1595009871 2020-07-17 20:17:51.391 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595009871 2020-07-17 20:17:51.753 INFO TestAgent Starting Test
1595009871 2020-07-17 20:17:51.765 INFO TestAgent Create: /testdata/1595009833/
1595009877 2020-07-17 20:17:57.977 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.6248952309557}
1595009901 2020-07-17 20:18:21.601 INFO TestAgent Got mqtt message: stop
1595009901 2020-07-17 20:18:21.605 INFO TestAgent Test finished
1595009901 2020-07-17 20:18:21.609 INFO TestAgent Terminated iwevent
1595009901 2020-07-17 20:18:21.613 INFO TestAgent Terminated mqtt file
1595009901 2020-07-17 20:18:21.617 INFO TestAgent Closed rssi file
1595009901 2020-07-17 20:18:21.625 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (8169).
Exiting ovsdb-server (8154).
1595009902 2020-07-17 20:18:22.088 INFO TestAgent Reset wifi
1595009903 2020-07-17 20:18:23.115 INFO TestAgent iw sta0 connect ap1-train 5260
1595009903 2020-07-17 20:18:23.153 INFO TestAgent Done
1595009945 2020-07-17 20:19:05.494 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595009950 2020-07-17 20:19:10.498 INFO TestAgent Got mqtt message: starttest--ping-1595009904
1595009950 2020-07-17 20:19:10.501 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595009950 2020-07-17 20:19:10.739 INFO TestAgent Starting Test
1595009950 2020-07-17 20:19:10.743 INFO TestAgent Create: /testdata/1595009904/
1595009957 2020-07-17 20:19:17.020 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.84566733308502}
1595009959 2020-07-17 20:19:19.363 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595009980 2020-07-17 20:19:40.205 INFO TestAgent Got mqtt message: stop
1595009980 2020-07-17 20:19:40.208 INFO TestAgent Test finished
1595009980 2020-07-17 20:19:40.213 INFO TestAgent Terminated iwevent
1595009980 2020-07-17 20:19:40.216 INFO TestAgent Terminated mqtt file
1595009980 2020-07-17 20:19:40.221 INFO TestAgent Closed rssi file
1595009980 2020-07-17 20:19:40.229 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (8445).
Exiting ovsdb-server (8430).
1595009980 2020-07-17 20:19:40.675 INFO TestAgent Reset wifi
1595009981 2020-07-17 20:19:41.702 INFO TestAgent iw sta0 connect ap1-train 5260
1595009981 2020-07-17 20:19:41.720 INFO TestAgent Done
1595010023 2020-07-17 20:20:23.498 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010028 2020-07-17 20:20:28.508 INFO TestAgent Got mqtt message: starttest-1595009983
1595010028 2020-07-17 20:20:28.513 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010028 2020-07-17 20:20:28.743 INFO TestAgent Starting Test
1595010028 2020-07-17 20:20:28.747 INFO TestAgent Create: /testdata/1595009983/
1595010035 2020-07-17 20:20:35.060 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.57091178097922}
1595010037 2020-07-17 20:20:37.414 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595010058 2020-07-17 20:20:58.499 INFO TestAgent Got mqtt message: stop
1595010058 2020-07-17 20:20:58.503 INFO TestAgent Test finished
1595010058 2020-07-17 20:20:58.508 INFO TestAgent Terminated iwevent
1595010058 2020-07-17 20:20:58.511 INFO TestAgent Terminated mqtt file
1595010058 2020-07-17 20:20:58.515 INFO TestAgent Closed rssi file
1595010058 2020-07-17 20:20:58.523 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (8736).
Exiting ovsdb-server (8723).
1595010058 2020-07-17 20:20:58.928 INFO TestAgent Reset wifi
1595010059 2020-07-17 20:20:59.955 INFO TestAgent iw sta0 connect ap1-train 5260
1595010059 2020-07-17 20:20:59.974 INFO TestAgent Done
1595010093 2020-07-17 20:21:33.958 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010098 2020-07-17 20:21:38.960 INFO TestAgent Got mqtt message: starttest--ping-1595010061
1595010098 2020-07-17 20:21:38.973 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010099 2020-07-17 20:21:39.256 INFO TestAgent Starting Test
1595010099 2020-07-17 20:21:39.260 INFO TestAgent Create: /testdata/1595010061/
1595010105 2020-07-17 20:21:45.471 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.49602959692358}
1595010128 2020-07-17 20:22:08.577 INFO TestAgent Got mqtt message: stop
1595010128 2020-07-17 20:22:08.581 INFO TestAgent Test finished
1595010128 2020-07-17 20:22:08.585 INFO TestAgent Terminated iwevent
1595010128 2020-07-17 20:22:08.589 INFO TestAgent Terminated mqtt file
1595010128 2020-07-17 20:22:08.593 INFO TestAgent Closed rssi file
1595010128 2020-07-17 20:22:08.601 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (9021).
Exiting ovsdb-server (9006).
1595010129 2020-07-17 20:22:09.001 INFO TestAgent Reset wifi
1595010130 2020-07-17 20:22:10.028 INFO TestAgent iw sta0 connect ap1-train 5260
1595010130 2020-07-17 20:22:10.047 INFO TestAgent Done
1595010164 2020-07-17 20:22:44.037 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010169 2020-07-17 20:22:49.047 INFO TestAgent Got mqtt message: starttest-1595010131
1595010169 2020-07-17 20:22:49.050 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010169 2020-07-17 20:22:49.312 INFO TestAgent Starting Test
1595010169 2020-07-17 20:22:49.325 INFO TestAgent Create: /testdata/1595010131/
1595010175 2020-07-17 20:22:55.629 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.19345349018526}
1595010198 2020-07-17 20:23:18.872 INFO TestAgent Got mqtt message: stop
1595010198 2020-07-17 20:23:18.875 INFO TestAgent Test finished
1595010198 2020-07-17 20:23:18.880 INFO TestAgent Terminated iwevent
1595010198 2020-07-17 20:23:18.884 INFO TestAgent Terminated mqtt file
1595010198 2020-07-17 20:23:18.888 INFO TestAgent Closed rssi file
1595010198 2020-07-17 20:23:18.896 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (9300).
Exiting ovsdb-server (9285).
1595010199 2020-07-17 20:23:19.331 INFO TestAgent Reset wifi
1595010200 2020-07-17 20:23:20.358 INFO TestAgent iw sta0 connect ap1-train 5260
1595010200 2020-07-17 20:23:20.376 INFO TestAgent Done
1595010242 2020-07-17 20:24:02.497 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010247 2020-07-17 20:24:07.502 INFO TestAgent Got mqtt message: starttest--ping-1595010201
1595010247 2020-07-17 20:24:07.511 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010247 2020-07-17 20:24:07.733 INFO TestAgent Starting Test
1595010247 2020-07-17 20:24:07.736 INFO TestAgent Create: /testdata/1595010201/
1595010254 2020-07-17 20:24:14.085 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.83103340630619}
1595010256 2020-07-17 20:24:16.472 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595010277 2020-07-17 20:24:37.617 INFO TestAgent Got mqtt message: stop
1595010277 2020-07-17 20:24:37.621 INFO TestAgent Test finished
1595010277 2020-07-17 20:24:37.626 INFO TestAgent Terminated iwevent
1595010277 2020-07-17 20:24:37.629 INFO TestAgent Terminated mqtt file
1595010277 2020-07-17 20:24:37.634 INFO TestAgent Closed rssi file
1595010277 2020-07-17 20:24:37.645 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (9578).
Exiting ovsdb-server (9565).
1595010278 2020-07-17 20:24:38.212 INFO TestAgent Reset wifi
1595010279 2020-07-17 20:24:39.239 INFO TestAgent iw sta0 connect ap1-train 5260
1595010279 2020-07-17 20:24:39.257 INFO TestAgent Done
1595010321 2020-07-17 20:25:21.494 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010326 2020-07-17 20:25:26.501 INFO TestAgent Got mqtt message: starttest-1595010280
1595010326 2020-07-17 20:25:26.511 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010326 2020-07-17 20:25:26.834 INFO TestAgent Starting Test
1595010326 2020-07-17 20:25:26.839 INFO TestAgent Create: /testdata/1595010280/
1595010333 2020-07-17 20:25:33.170 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.09006352080188}
1595010335 2020-07-17 20:25:35.555 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595010356 2020-07-17 20:25:56.446 INFO TestAgent Got mqtt message: stop
1595010356 2020-07-17 20:25:56.449 INFO TestAgent Test finished
1595010356 2020-07-17 20:25:56.454 INFO TestAgent Terminated iwevent
1595010356 2020-07-17 20:25:56.458 INFO TestAgent Terminated mqtt file
1595010356 2020-07-17 20:25:56.462 INFO TestAgent Closed rssi file
1595010356 2020-07-17 20:25:56.470 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (9874).
Exiting ovsdb-server (9861).
1595010356 2020-07-17 20:25:56.952 INFO TestAgent Reset wifi
1595010357 2020-07-17 20:25:57.979 INFO TestAgent iw sta0 connect ap1-train 5260
1595010358 2020-07-17 20:25:58.033 INFO TestAgent Done
1595010391 2020-07-17 20:26:31.940 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010396 2020-07-17 20:26:36.944 INFO TestAgent Got mqtt message: starttest--ping-1595010359
1595010396 2020-07-17 20:26:36.947 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010397 2020-07-17 20:26:37.176 INFO TestAgent Starting Test
1595010397 2020-07-17 20:26:37.186 INFO TestAgent Create: /testdata/1595010359/
1595010403 2020-07-17 20:26:43.614 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.05544291632155}
1595010427 2020-07-17 20:27:07.174 INFO TestAgent Got mqtt message: stop
1595010427 2020-07-17 20:27:07.177 INFO TestAgent Test finished
1595010427 2020-07-17 20:27:07.182 INFO TestAgent Terminated iwevent
1595010427 2020-07-17 20:27:07.185 INFO TestAgent Terminated mqtt file
1595010427 2020-07-17 20:27:07.190 INFO TestAgent Closed rssi file
1595010427 2020-07-17 20:27:07.197 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (10159).
Exiting ovsdb-server (10146).
1595010427 2020-07-17 20:27:07.657 INFO TestAgent Reset wifi
1595010428 2020-07-17 20:27:08.684 INFO TestAgent iw sta0 connect ap1-train 5260
1595010428 2020-07-17 20:27:08.703 INFO TestAgent Done
1595010462 2020-07-17 20:27:42.634 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010467 2020-07-17 20:27:47.637 INFO TestAgent Got mqtt message: starttest-1595010429
1595010467 2020-07-17 20:27:47.640 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010467 2020-07-17 20:27:47.865 INFO TestAgent Starting Test
1595010467 2020-07-17 20:27:47.868 INFO TestAgent Create: /testdata/1595010429/
1595010474 2020-07-17 20:27:54.252 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.61400139142273}
1595010497 2020-07-17 20:28:17.987 INFO TestAgent Got mqtt message: stop
1595010497 2020-07-17 20:28:17.991 INFO TestAgent Test finished
1595010497 2020-07-17 20:28:17.996 INFO TestAgent Terminated iwevent
1595010497 2020-07-17 20:28:17.999 INFO TestAgent Terminated mqtt file
1595010498 2020-07-17 20:28:18.003 INFO TestAgent Closed rssi file
1595010498 2020-07-17 20:28:18.011 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (10436).
Exiting ovsdb-server (10421).
1595010498 2020-07-17 20:28:18.478 INFO TestAgent Reset wifi
1595010499 2020-07-17 20:28:19.505 INFO TestAgent iw sta0 connect ap1-train 5260
1595010499 2020-07-17 20:28:19.543 INFO TestAgent Done
1595010541 2020-07-17 20:29:01.502 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010546 2020-07-17 20:29:06.501 INFO TestAgent Got mqtt message: starttest--ping-1595010500
1595010546 2020-07-17 20:29:06.511 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010546 2020-07-17 20:29:06.739 INFO TestAgent Starting Test
1595010546 2020-07-17 20:29:06.747 INFO TestAgent Create: /testdata/1595010500/
1595010553 2020-07-17 20:29:13.120 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 102.76515398227697}
1595010555 2020-07-17 20:29:15.539 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595010576 2020-07-17 20:29:36.663 INFO TestAgent Got mqtt message: stop
1595010576 2020-07-17 20:29:36.667 INFO TestAgent Test finished
1595010576 2020-07-17 20:29:36.671 INFO TestAgent Terminated iwevent
1595010576 2020-07-17 20:29:36.675 INFO TestAgent Terminated mqtt file
1595010576 2020-07-17 20:29:36.679 INFO TestAgent Closed rssi file
1595010576 2020-07-17 20:29:36.693 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (10710).
Exiting ovsdb-server (10697).
1595010577 2020-07-17 20:29:37.150 INFO TestAgent Reset wifi
1595010578 2020-07-17 20:29:38.178 INFO TestAgent iw sta0 connect ap1-train 5260
1595010578 2020-07-17 20:29:38.196 INFO TestAgent Done
1595010620 2020-07-17 20:30:20.500 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010625 2020-07-17 20:30:25.506 INFO TestAgent Got mqtt message: starttest-1595010579
1595010625 2020-07-17 20:30:25.511 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010625 2020-07-17 20:30:25.741 INFO TestAgent Starting Test
1595010625 2020-07-17 20:30:25.746 INFO TestAgent Create: /testdata/1595010579/
1595010632 2020-07-17 20:30:32.187 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 101.36046037299647}
1595010634 2020-07-17 20:30:34.639 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595010655 2020-07-17 20:30:55.897 INFO TestAgent Got mqtt message: stop
1595010655 2020-07-17 20:30:55.900 INFO TestAgent Test finished
1595010655 2020-07-17 20:30:55.905 INFO TestAgent Terminated iwevent
1595010655 2020-07-17 20:30:55.909 INFO TestAgent Terminated mqtt file
1595010655 2020-07-17 20:30:55.913 INFO TestAgent Closed rssi file
1595010655 2020-07-17 20:30:55.921 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (11000).
Exiting ovsdb-server (10985).
1595010656 2020-07-17 20:30:56.388 INFO TestAgent Reset wifi
1595010657 2020-07-17 20:30:57.415 INFO TestAgent iw sta0 connect ap1-train 5260
1595010657 2020-07-17 20:30:57.483 INFO TestAgent Done
1595010691 2020-07-17 20:31:31.299 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010696 2020-07-17 20:31:36.307 INFO TestAgent Got mqtt message: starttest--ping-1595010658
1595010696 2020-07-17 20:31:36.309 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010696 2020-07-17 20:31:36.539 INFO TestAgent Starting Test
1595010696 2020-07-17 20:31:36.543 INFO TestAgent Create: /testdata/1595010658/
1595010702 2020-07-17 20:31:42.861 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.34640862934013}
1595010726 2020-07-17 20:32:06.004 INFO TestAgent Got mqtt message: stop
1595010726 2020-07-17 20:32:06.007 INFO TestAgent Test finished
1595010726 2020-07-17 20:32:06.012 INFO TestAgent Terminated iwevent
1595010726 2020-07-17 20:32:06.016 INFO TestAgent Terminated mqtt file
1595010726 2020-07-17 20:32:06.020 INFO TestAgent Closed rssi file
1595010726 2020-07-17 20:32:06.029 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (11283).
Exiting ovsdb-server (11270).
1595010726 2020-07-17 20:32:06.591 INFO TestAgent Reset wifi
1595010727 2020-07-17 20:32:07.618 INFO TestAgent iw sta0 connect ap1-train 5260
1595010727 2020-07-17 20:32:07.637 INFO TestAgent Done
1595010761 2020-07-17 20:32:41.763 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010766 2020-07-17 20:32:46.771 INFO TestAgent Got mqtt message: starttest-1595010728
1595010766 2020-07-17 20:32:46.774 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010767 2020-07-17 20:32:47.002 INFO TestAgent Starting Test
1595010767 2020-07-17 20:32:47.005 INFO TestAgent Create: /testdata/1595010728/
1595010773 2020-07-17 20:32:53.346 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.44256406329201}
1595010796 2020-07-17 20:33:16.895 INFO TestAgent Got mqtt message: stop
1595010796 2020-07-17 20:33:16.903 INFO TestAgent Test finished
1595010796 2020-07-17 20:33:16.913 INFO TestAgent Terminated iwevent
1595010796 2020-07-17 20:33:16.917 INFO TestAgent Terminated mqtt file
1595010796 2020-07-17 20:33:16.924 INFO TestAgent Closed rssi file
1595010796 2020-07-17 20:33:16.940 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (11563).
Exiting ovsdb-server (11548).
1595010797 2020-07-17 20:33:17.385 INFO TestAgent Reset wifi
1595010798 2020-07-17 20:33:18.412 INFO TestAgent iw sta0 connect ap1-train 5260
1595010798 2020-07-17 20:33:18.431 INFO TestAgent Done
1595010840 2020-07-17 20:34:00.511 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010845 2020-07-17 20:34:05.513 INFO TestAgent Got mqtt message: starttest--ping-1595010799
1595010845 2020-07-17 20:34:05.516 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010845 2020-07-17 20:34:05.749 INFO TestAgent Starting Test
1595010845 2020-07-17 20:34:05.753 INFO TestAgent Create: /testdata/1595010799/
1595010852 2020-07-17 20:34:12.075 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.41427714209503}
1595010854 2020-07-17 20:34:14.455 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595010875 2020-07-17 20:34:35.469 INFO TestAgent Got mqtt message: stop
1595010875 2020-07-17 20:34:35.473 INFO TestAgent Test finished
1595010875 2020-07-17 20:34:35.477 INFO TestAgent Terminated iwevent
1595010875 2020-07-17 20:34:35.481 INFO TestAgent Terminated mqtt file
1595010875 2020-07-17 20:34:35.485 INFO TestAgent Closed rssi file
1595010875 2020-07-17 20:34:35.495 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (11840).
Exiting ovsdb-server (11827).
1595010875 2020-07-17 20:34:35.899 INFO TestAgent Reset wifi
1595010876 2020-07-17 20:34:36.926 INFO TestAgent iw sta0 connect ap1-train 5260
1595010876 2020-07-17 20:34:36.944 INFO TestAgent Done
1595010919 2020-07-17 20:35:19.498 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010924 2020-07-17 20:35:24.505 INFO TestAgent Got mqtt message: starttest-1595010878
1595010924 2020-07-17 20:35:24.511 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010924 2020-07-17 20:35:24.741 INFO TestAgent Starting Test
1595010924 2020-07-17 20:35:24.755 INFO TestAgent Create: /testdata/1595010878/
1595010931 2020-07-17 20:35:31.155 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 102.48596667118946}
1595010933 2020-07-17 20:35:33.570 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595010955 2020-07-17 20:35:55.044 INFO TestAgent Got mqtt message: stop
1595010955 2020-07-17 20:35:55.048 INFO TestAgent Test finished
1595010955 2020-07-17 20:35:55.053 INFO TestAgent Terminated iwevent
1595010955 2020-07-17 20:35:55.057 INFO TestAgent Terminated mqtt file
1595010955 2020-07-17 20:35:55.060 INFO TestAgent Closed rssi file
1595010955 2020-07-17 20:35:55.068 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (12126).
Exiting ovsdb-server (12111).
1595010955 2020-07-17 20:35:55.562 INFO TestAgent Reset wifi
1595010956 2020-07-17 20:35:56.589 INFO TestAgent iw sta0 connect ap1-train 5260
1595010956 2020-07-17 20:35:56.627 INFO TestAgent Done
1595010990 2020-07-17 20:36:30.340 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595010995 2020-07-17 20:36:35.346 INFO TestAgent Got mqtt message: starttest--ping-1595010957
1595010995 2020-07-17 20:36:35.350 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595010995 2020-07-17 20:36:35.573 INFO TestAgent Starting Test
1595010995 2020-07-17 20:36:35.576 INFO TestAgent Create: /testdata/1595010957/
1595011001 2020-07-17 20:36:41.905 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.44598352574748}
1595011025 2020-07-17 20:37:05.449 INFO TestAgent Got mqtt message: stop
1595011025 2020-07-17 20:37:05.453 INFO TestAgent Test finished
1595011025 2020-07-17 20:37:05.459 INFO TestAgent Terminated iwevent
1595011025 2020-07-17 20:37:05.463 INFO TestAgent Terminated mqtt file
1595011025 2020-07-17 20:37:05.467 INFO TestAgent Closed rssi file
1595011025 2020-07-17 20:37:05.475 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (12422).
Exiting ovsdb-server (12409).
1595011025 2020-07-17 20:37:05.908 INFO TestAgent Reset wifi
1595011026 2020-07-17 20:37:06.935 INFO TestAgent iw sta0 connect ap1-train 5260
1595011026 2020-07-17 20:37:06.954 INFO TestAgent Done
1595011060 2020-07-17 20:37:40.933 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011065 2020-07-17 20:37:45.936 INFO TestAgent Got mqtt message: starttest-1595011028
1595011065 2020-07-17 20:37:45.939 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011066 2020-07-17 20:37:46.162 INFO TestAgent Starting Test
1595011066 2020-07-17 20:37:46.167 INFO TestAgent Create: /testdata/1595011028/
1595011072 2020-07-17 20:37:52.583 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.04115559971281}
1595011096 2020-07-17 20:38:16.364 INFO TestAgent Got mqtt message: stop
1595011096 2020-07-17 20:38:16.372 INFO TestAgent Test finished
1595011096 2020-07-17 20:38:16.384 INFO TestAgent Terminated iwevent
1595011096 2020-07-17 20:38:16.388 INFO TestAgent Terminated mqtt file
1595011096 2020-07-17 20:38:16.403 INFO TestAgent Closed rssi file
1595011096 2020-07-17 20:38:16.411 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (12701).
Exiting ovsdb-server (12686).
1595011096 2020-07-17 20:38:16.931 INFO TestAgent Reset wifi
1595011097 2020-07-17 20:38:17.958 INFO TestAgent iw sta0 connect ap1-train 5260
1595011097 2020-07-17 20:38:17.997 INFO TestAgent Done
1595011140 2020-07-17 20:39:00.503 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011145 2020-07-17 20:39:05.503 INFO TestAgent Got mqtt message: starttest--ping-1595011099
1595011145 2020-07-17 20:39:05.523 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011145 2020-07-17 20:39:05.818 INFO TestAgent Starting Test
1595011145 2020-07-17 20:39:05.822 INFO TestAgent Create: /testdata/1595011099/
1595011152 2020-07-17 20:39:12.134 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.17229755481391}
1595011154 2020-07-17 20:39:14.534 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595011175 2020-07-17 20:39:35.671 INFO TestAgent Got mqtt message: stop
1595011175 2020-07-17 20:39:35.683 INFO TestAgent Test finished
1595011175 2020-07-17 20:39:35.688 INFO TestAgent Terminated iwevent
1595011175 2020-07-17 20:39:35.691 INFO TestAgent Terminated mqtt file
1595011175 2020-07-17 20:39:35.696 INFO TestAgent Closed rssi file
1595011175 2020-07-17 20:39:35.703 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (12983).
Exiting ovsdb-server (12968).
1595011176 2020-07-17 20:39:36.159 INFO TestAgent Reset wifi
1595011177 2020-07-17 20:39:37.187 INFO TestAgent iw sta0 connect ap1-train 5260
1595011177 2020-07-17 20:39:37.205 INFO TestAgent Done
1595011219 2020-07-17 20:40:19.500 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011224 2020-07-17 20:40:24.507 INFO TestAgent Got mqtt message: starttest-1595011178
1595011224 2020-07-17 20:40:24.512 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011224 2020-07-17 20:40:24.753 INFO TestAgent Starting Test
1595011224 2020-07-17 20:40:24.761 INFO TestAgent Create: /testdata/1595011178/
1595011231 2020-07-17 20:40:31.087 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.07382832413444}
1595011233 2020-07-17 20:40:33.474 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595011254 2020-07-17 20:40:54.681 INFO TestAgent Got mqtt message: stop
1595011254 2020-07-17 20:40:54.685 INFO TestAgent Test finished
1595011254 2020-07-17 20:40:54.690 INFO TestAgent Terminated iwevent
1595011254 2020-07-17 20:40:54.693 INFO TestAgent Terminated mqtt file
1595011254 2020-07-17 20:40:54.697 INFO TestAgent Closed rssi file
1595011254 2020-07-17 20:40:54.711 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (13273).
Exiting ovsdb-server (13260).
1595011255 2020-07-17 20:40:55.154 INFO TestAgent Reset wifi
1595011256 2020-07-17 20:40:56.181 INFO TestAgent iw sta0 connect ap1-train 5260
1595011256 2020-07-17 20:40:56.199 INFO TestAgent Done
1595011290 2020-07-17 20:41:30.112 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011295 2020-07-17 20:41:35.118 INFO TestAgent Got mqtt message: starttest--ping-1595011257
1595011295 2020-07-17 20:41:35.121 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011295 2020-07-17 20:41:35.351 INFO TestAgent Starting Test
1595011295 2020-07-17 20:41:35.358 INFO TestAgent Create: /testdata/1595011257/
1595011301 2020-07-17 20:41:41.744 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.03930499935066}
1595011325 2020-07-17 20:42:05.177 INFO TestAgent Got mqtt message: stop
1595011325 2020-07-17 20:42:05.180 INFO TestAgent Test finished
1595011325 2020-07-17 20:42:05.185 INFO TestAgent Terminated iwevent
1595011325 2020-07-17 20:42:05.189 INFO TestAgent Terminated mqtt file
1595011325 2020-07-17 20:42:05.193 INFO TestAgent Closed rssi file
1595011325 2020-07-17 20:42:05.201 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (13562).
Exiting ovsdb-server (13549).
1595011325 2020-07-17 20:42:05.604 INFO TestAgent Reset wifi
1595011326 2020-07-17 20:42:06.632 INFO TestAgent iw sta0 connect ap1-train 5260
1595011326 2020-07-17 20:42:06.650 INFO TestAgent Done
1595011360 2020-07-17 20:42:40.704 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011365 2020-07-17 20:42:45.713 INFO TestAgent Got mqtt message: starttest-1595011327
1595011365 2020-07-17 20:42:45.716 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011365 2020-07-17 20:42:45.968 INFO TestAgent Starting Test
1595011365 2020-07-17 20:42:45.974 INFO TestAgent Create: /testdata/1595011327/
1595011372 2020-07-17 20:42:52.274 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.49327516500963}
1595011395 2020-07-17 20:43:15.454 INFO TestAgent Got mqtt message: stop
1595011395 2020-07-17 20:43:15.457 INFO TestAgent Test finished
1595011395 2020-07-17 20:43:15.462 INFO TestAgent Terminated iwevent
1595011395 2020-07-17 20:43:15.466 INFO TestAgent Terminated mqtt file
1595011395 2020-07-17 20:43:15.470 INFO TestAgent Closed rssi file
1595011395 2020-07-17 20:43:15.478 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (13838).
Exiting ovsdb-server (13825).
1595011395 2020-07-17 20:43:15.883 INFO TestAgent Reset wifi
1595011396 2020-07-17 20:43:16.910 INFO TestAgent iw sta0 connect ap1-train 5260
1595011396 2020-07-17 20:43:16.947 INFO TestAgent Done
1595011438 2020-07-17 20:43:58.506 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011443 2020-07-17 20:44:03.506 INFO TestAgent Got mqtt message: starttest--ping-1595011397
1595011443 2020-07-17 20:44:03.516 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011443 2020-07-17 20:44:03.749 INFO TestAgent Starting Test
1595011443 2020-07-17 20:44:03.751 INFO TestAgent Create: /testdata/1595011397/
1595011450 2020-07-17 20:44:10.079 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.21914719191871}
1595011452 2020-07-17 20:44:12.435 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595011473 2020-07-17 20:44:33.663 INFO TestAgent Got mqtt message: stop
1595011473 2020-07-17 20:44:33.667 INFO TestAgent Test finished
1595011473 2020-07-17 20:44:33.672 INFO TestAgent Terminated iwevent
1595011473 2020-07-17 20:44:33.676 INFO TestAgent Terminated mqtt file
1595011473 2020-07-17 20:44:33.680 INFO TestAgent Closed rssi file
1595011473 2020-07-17 20:44:33.688 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (14114).
Exiting ovsdb-server (14101).
1595011474 2020-07-17 20:44:34.087 INFO TestAgent Reset wifi
1595011475 2020-07-17 20:44:35.112 INFO TestAgent iw sta0 connect ap1-train 5260
1595011475 2020-07-17 20:44:35.130 INFO TestAgent Done
1595011517 2020-07-17 20:45:17.496 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011522 2020-07-17 20:45:22.496 INFO TestAgent Got mqtt message: starttest-1595011476
1595011522 2020-07-17 20:45:22.505 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011522 2020-07-17 20:45:22.728 INFO TestAgent Starting Test
1595011522 2020-07-17 20:45:22.732 INFO TestAgent Create: /testdata/1595011476/
1595011529 2020-07-17 20:45:29.110 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.82346361284803}
1595011531 2020-07-17 20:45:31.473 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595011552 2020-07-17 20:45:52.374 INFO TestAgent Got mqtt message: stop
1595011552 2020-07-17 20:45:52.379 INFO TestAgent Test finished
1595011552 2020-07-17 20:45:52.384 INFO TestAgent Terminated iwevent
1595011552 2020-07-17 20:45:52.388 INFO TestAgent Terminated mqtt file
1595011552 2020-07-17 20:45:52.392 INFO TestAgent Closed rssi file
1595011552 2020-07-17 20:45:52.400 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (14407).
Exiting ovsdb-server (14392).
1595011552 2020-07-17 20:45:52.796 INFO TestAgent Reset wifi
1595011553 2020-07-17 20:45:53.824 INFO TestAgent iw sta0 connect ap1-train 5260
1595011553 2020-07-17 20:45:53.843 INFO TestAgent Done
1595011587 2020-07-17 20:46:27.909 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011592 2020-07-17 20:46:32.913 INFO TestAgent Got mqtt message: starttest--ping-1595011555
1595011592 2020-07-17 20:46:32.916 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011593 2020-07-17 20:46:33.137 INFO TestAgent Starting Test
1595011593 2020-07-17 20:46:33.141 INFO TestAgent Create: /testdata/1595011555/
1595011599 2020-07-17 20:46:39.533 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.78259807443003}
1595011622 2020-07-17 20:47:02.634 INFO TestAgent Got mqtt message: stop
1595011622 2020-07-17 20:47:02.637 INFO TestAgent Test finished
1595011622 2020-07-17 20:47:02.642 INFO TestAgent Terminated iwevent
1595011622 2020-07-17 20:47:02.646 INFO TestAgent Terminated mqtt file
1595011622 2020-07-17 20:47:02.650 INFO TestAgent Closed rssi file
1595011622 2020-07-17 20:47:02.658 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (14692).
Exiting ovsdb-server (14677).
1595011623 2020-07-17 20:47:03.065 INFO TestAgent Reset wifi
1595011624 2020-07-17 20:47:04.092 INFO TestAgent iw sta0 connect ap1-train 5260
1595011624 2020-07-17 20:47:04.110 INFO TestAgent Done
1595011658 2020-07-17 20:47:38.271 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011663 2020-07-17 20:47:43.286 INFO TestAgent Got mqtt message: starttest-1595011625
1595011663 2020-07-17 20:47:43.289 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011663 2020-07-17 20:47:43.536 INFO TestAgent Starting Test
1595011663 2020-07-17 20:47:43.543 INFO TestAgent Create: /testdata/1595011625/
1595011669 2020-07-17 20:47:49.859 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.97802561202765}
1595011693 2020-07-17 20:48:13.089 INFO TestAgent Got mqtt message: stop
1595011693 2020-07-17 20:48:13.093 INFO TestAgent Test finished
1595011693 2020-07-17 20:48:13.100 INFO TestAgent Terminated iwevent
1595011693 2020-07-17 20:48:13.103 INFO TestAgent Terminated mqtt file
1595011693 2020-07-17 20:48:13.108 INFO TestAgent Closed rssi file
1595011693 2020-07-17 20:48:13.116 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (14980).
Exiting ovsdb-server (14965).
1595011693 2020-07-17 20:48:13.601 INFO TestAgent Reset wifi
1595011694 2020-07-17 20:48:14.628 INFO TestAgent iw sta0 connect ap1-train 5260
1595011694 2020-07-17 20:48:14.647 INFO TestAgent Done
1595011729 2020-07-17 20:48:49.336 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011734 2020-07-17 20:48:54.344 INFO TestAgent Got mqtt message: starttest--ping-1595011695
1595011734 2020-07-17 20:48:54.348 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011734 2020-07-17 20:48:54.579 INFO TestAgent Starting Test
1595011734 2020-07-17 20:48:54.582 INFO TestAgent Create: /testdata/1595011695/
1595011740 2020-07-17 20:49:00.884 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.23953979673725}
1595011743 2020-07-17 20:49:03.242 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595011764 2020-07-17 20:49:24.075 INFO TestAgent Got mqtt message: stop
1595011764 2020-07-17 20:49:24.079 INFO TestAgent Test finished
1595011764 2020-07-17 20:49:24.084 INFO TestAgent Terminated iwevent
1595011764 2020-07-17 20:49:24.087 INFO TestAgent Terminated mqtt file
1595011764 2020-07-17 20:49:24.092 INFO TestAgent Closed rssi file
1595011764 2020-07-17 20:49:24.099 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (15256).
Exiting ovsdb-server (15243).
1595011764 2020-07-17 20:49:24.502 INFO TestAgent Reset wifi
1595011765 2020-07-17 20:49:25.530 INFO TestAgent iw sta0 connect ap1-train 5260
1595011765 2020-07-17 20:49:25.548 INFO TestAgent Done
1595011807 2020-07-17 20:50:07.493 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011812 2020-07-17 20:50:12.502 INFO TestAgent Got mqtt message: starttest-1595011766
1595011812 2020-07-17 20:50:12.511 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011812 2020-07-17 20:50:12.735 INFO TestAgent Starting Test
1595011812 2020-07-17 20:50:12.738 INFO TestAgent Create: /testdata/1595011766/
1595011819 2020-07-17 20:50:19.174 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.19213519986687}
1595011821 2020-07-17 20:50:21.587 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595011842 2020-07-17 20:50:42.760 INFO TestAgent Got mqtt message: stop
1595011842 2020-07-17 20:50:42.766 INFO TestAgent Test finished
1595011842 2020-07-17 20:50:42.770 INFO TestAgent Terminated iwevent
1595011842 2020-07-17 20:50:42.776 INFO TestAgent Terminated mqtt file
1595011842 2020-07-17 20:50:42.780 INFO TestAgent Closed rssi file
1595011842 2020-07-17 20:50:42.788 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (15528).
Exiting ovsdb-server (15515).
1595011843 2020-07-17 20:50:43.318 INFO TestAgent Reset wifi
1595011844 2020-07-17 20:50:44.345 INFO TestAgent iw sta0 connect ap1-train 5260
1595011844 2020-07-17 20:50:44.378 INFO TestAgent Done
1595011878 2020-07-17 20:51:18.241 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011883 2020-07-17 20:51:23.244 INFO TestAgent Got mqtt message: starttest--ping-1595011845
1595011883 2020-07-17 20:51:23.248 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011883 2020-07-17 20:51:23.480 INFO TestAgent Starting Test
1595011883 2020-07-17 20:51:23.488 INFO TestAgent Create: /testdata/1595011845/
1595011889 2020-07-17 20:51:29.815 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.32996939858167}
1595011913 2020-07-17 20:51:53.398 INFO TestAgent Got mqtt message: stop
1595011913 2020-07-17 20:51:53.401 INFO TestAgent Test finished
1595011913 2020-07-17 20:51:53.406 INFO TestAgent Terminated iwevent
1595011913 2020-07-17 20:51:53.410 INFO TestAgent Terminated mqtt file
1595011913 2020-07-17 20:51:53.414 INFO TestAgent Closed rssi file
1595011913 2020-07-17 20:51:53.422 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (15817).
Exiting ovsdb-server (15804).
1595011913 2020-07-17 20:51:53.880 INFO TestAgent Reset wifi
1595011914 2020-07-17 20:51:54.927 INFO TestAgent iw sta0 connect ap1-train 5260
1595011914 2020-07-17 20:51:54.945 INFO TestAgent Done
1595011948 2020-07-17 20:52:28.927 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595011953 2020-07-17 20:52:33.935 INFO TestAgent Got mqtt message: starttest-1595011916
1595011953 2020-07-17 20:52:33.938 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595011954 2020-07-17 20:52:34.157 INFO TestAgent Starting Test
1595011954 2020-07-17 20:52:34.161 INFO TestAgent Create: /testdata/1595011916/
1595011960 2020-07-17 20:52:40.554 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.86550044109052}
1595011984 2020-07-17 20:53:04.143 INFO TestAgent Got mqtt message: stop
1595011984 2020-07-17 20:53:04.146 INFO TestAgent Test finished
1595011984 2020-07-17 20:53:04.168 INFO TestAgent Terminated iwevent
1595011984 2020-07-17 20:53:04.172 INFO TestAgent Terminated mqtt file
1595011984 2020-07-17 20:53:04.176 INFO TestAgent Closed rssi file
1595011984 2020-07-17 20:53:04.183 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (16098).
Exiting ovsdb-server (16085).
1595011984 2020-07-17 20:53:04.725 INFO TestAgent Reset wifi
1595011985 2020-07-17 20:53:05.752 INFO TestAgent iw sta0 connect ap1-train 5260
1595011985 2020-07-17 20:53:05.793 INFO TestAgent Done
1595012027 2020-07-17 20:53:47.491 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012032 2020-07-17 20:53:52.496 INFO TestAgent Got mqtt message: starttest--ping-1595011986
1595012032 2020-07-17 20:53:52.499 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012032 2020-07-17 20:53:52.735 INFO TestAgent Starting Test
1595012032 2020-07-17 20:53:52.739 INFO TestAgent Create: /testdata/1595011986/
1595012039 2020-07-17 20:53:59.121 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.1461386393052}
1595012041 2020-07-17 20:54:01.530 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595012062 2020-07-17 20:54:22.347 INFO TestAgent Got mqtt message: stop
1595012062 2020-07-17 20:54:22.350 INFO TestAgent Test finished
1595012062 2020-07-17 20:54:22.355 INFO TestAgent Terminated iwevent
1595012062 2020-07-17 20:54:22.361 INFO TestAgent Terminated mqtt file
1595012062 2020-07-17 20:54:22.366 INFO TestAgent Closed rssi file
1595012062 2020-07-17 20:54:22.373 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (16372).
Exiting ovsdb-server (16359).
1595012062 2020-07-17 20:54:22.893 INFO TestAgent Reset wifi
1595012063 2020-07-17 20:54:23.920 INFO TestAgent iw sta0 connect ap1-train 5260
1595012063 2020-07-17 20:54:23.941 INFO TestAgent Done
1595012106 2020-07-17 20:55:06.498 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012111 2020-07-17 20:55:11.505 INFO TestAgent Got mqtt message: starttest-1595012065
1595012111 2020-07-17 20:55:11.516 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012111 2020-07-17 20:55:11.741 INFO TestAgent Starting Test
1595012111 2020-07-17 20:55:11.745 INFO TestAgent Create: /testdata/1595012065/
1595012118 2020-07-17 20:55:18.077 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.05654210037505}
1595012120 2020-07-17 20:55:20.444 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595012141 2020-07-17 20:55:41.442 INFO TestAgent Got mqtt message: stop
1595012141 2020-07-17 20:55:41.445 INFO TestAgent Test finished
1595012141 2020-07-17 20:55:41.450 INFO TestAgent Terminated iwevent
1595012141 2020-07-17 20:55:41.454 INFO TestAgent Terminated mqtt file
1595012141 2020-07-17 20:55:41.458 INFO TestAgent Closed rssi file
1595012141 2020-07-17 20:55:41.466 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (16656).
Exiting ovsdb-server (16643).
1595012141 2020-07-17 20:55:41.982 INFO TestAgent Reset wifi
1595012143 2020-07-17 20:55:43.010 INFO TestAgent iw sta0 connect ap1-train 5260
1595012143 2020-07-17 20:55:43.047 INFO TestAgent Done
1595012176 2020-07-17 20:56:16.735 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012181 2020-07-17 20:56:21.740 INFO TestAgent Got mqtt message: starttest--ping-1595012143
1595012181 2020-07-17 20:56:21.744 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012181 2020-07-17 20:56:21.968 INFO TestAgent Starting Test
1595012181 2020-07-17 20:56:21.971 INFO TestAgent Create: /testdata/1595012143/
1595012188 2020-07-17 20:56:28.362 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.69785386348663}
1595012211 2020-07-17 20:56:51.805 INFO TestAgent Got mqtt message: stop
1595012211 2020-07-17 20:56:51.808 INFO TestAgent Test finished
1595012211 2020-07-17 20:56:51.815 INFO TestAgent Terminated iwevent
1595012211 2020-07-17 20:56:51.818 INFO TestAgent Terminated mqtt file
1595012211 2020-07-17 20:56:51.823 INFO TestAgent Closed rssi file
1595012211 2020-07-17 20:56:51.831 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (16944).
Exiting ovsdb-server (16931).
1595012212 2020-07-17 20:56:52.231 INFO TestAgent Reset wifi
1595012213 2020-07-17 20:56:53.260 INFO TestAgent iw sta0 connect ap1-train 5260
1595012213 2020-07-17 20:56:53.278 INFO TestAgent Done
1595012247 2020-07-17 20:57:27.395 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012252 2020-07-17 20:57:32.403 INFO TestAgent Got mqtt message: starttest-1595012214
1595012252 2020-07-17 20:57:32.407 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012252 2020-07-17 20:57:32.632 INFO TestAgent Starting Test
1595012252 2020-07-17 20:57:32.635 INFO TestAgent Create: /testdata/1595012214/
1595012259 2020-07-17 20:57:39.011 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.2233373639996}
1595012282 2020-07-17 20:58:02.535 INFO TestAgent Got mqtt message: stop
1595012282 2020-07-17 20:58:02.539 INFO TestAgent Test finished
1595012282 2020-07-17 20:58:02.544 INFO TestAgent Terminated iwevent
1595012282 2020-07-17 20:58:02.547 INFO TestAgent Terminated mqtt file
1595012282 2020-07-17 20:58:02.551 INFO TestAgent Closed rssi file
1595012282 2020-07-17 20:58:02.559 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (17226).
Exiting ovsdb-server (17213).
1595012283 2020-07-17 20:58:03.011 INFO TestAgent Reset wifi
1595012284 2020-07-17 20:58:04.038 INFO TestAgent iw sta0 connect ap1-train 5260
1595012284 2020-07-17 20:58:04.057 INFO TestAgent Done
1595012325 2020-07-17 20:58:45.505 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012330 2020-07-17 20:58:50.505 INFO TestAgent Got mqtt message: starttest--ping-1595012285
1595012330 2020-07-17 20:58:50.523 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012330 2020-07-17 20:58:50.802 INFO TestAgent Starting Test
1595012330 2020-07-17 20:58:50.806 INFO TestAgent Create: /testdata/1595012285/
1595012337 2020-07-17 20:58:57.159 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 102.13396044709029}
1595012339 2020-07-17 20:58:59.594 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595012360 2020-07-17 20:59:20.768 INFO TestAgent Got mqtt message: stop
1595012360 2020-07-17 20:59:20.772 INFO TestAgent Test finished
1595012360 2020-07-17 20:59:20.776 INFO TestAgent Terminated iwevent
1595012360 2020-07-17 20:59:20.780 INFO TestAgent Terminated mqtt file
1595012360 2020-07-17 20:59:20.784 INFO TestAgent Closed rssi file
1595012360 2020-07-17 20:59:20.792 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (17512).
Exiting ovsdb-server (17499).
1595012361 2020-07-17 20:59:21.234 INFO TestAgent Reset wifi
1595012362 2020-07-17 20:59:22.261 INFO TestAgent iw sta0 connect ap1-train 5260
1595012362 2020-07-17 20:59:22.280 INFO TestAgent Done
1595012404 2020-07-17 21:00:04.499 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012409 2020-07-17 21:00:09.508 INFO TestAgent Got mqtt message: starttest-1595012363
1595012409 2020-07-17 21:00:09.514 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012409 2020-07-17 21:00:09.767 INFO TestAgent Starting Test
1595012409 2020-07-17 21:00:09.773 INFO TestAgent Create: /testdata/1595012363/
1595012416 2020-07-17 21:00:16.073 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.79150013622107}
1595012418 2020-07-17 21:00:18.469 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595012439 2020-07-17 21:00:39.643 INFO TestAgent Got mqtt message: stop
1595012439 2020-07-17 21:00:39.647 INFO TestAgent Test finished
1595012439 2020-07-17 21:00:39.652 INFO TestAgent Terminated iwevent
1595012439 2020-07-17 21:00:39.655 INFO TestAgent Terminated mqtt file
1595012439 2020-07-17 21:00:39.660 INFO TestAgent Closed rssi file
1595012439 2020-07-17 21:00:39.668 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (17796).
Exiting ovsdb-server (17783).
1595012440 2020-07-17 21:00:40.113 INFO TestAgent Reset wifi
1595012441 2020-07-17 21:00:41.140 INFO TestAgent iw sta0 connect ap1-train 5260
1595012441 2020-07-17 21:00:41.159 INFO TestAgent Done
1595012474 2020-07-17 21:01:14.943 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012479 2020-07-17 21:01:19.948 INFO TestAgent Got mqtt message: starttest--ping-1595012442
1595012479 2020-07-17 21:01:19.952 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012480 2020-07-17 21:01:20.180 INFO TestAgent Starting Test
1595012480 2020-07-17 21:01:20.184 INFO TestAgent Create: /testdata/1595012442/
1595012486 2020-07-17 21:01:26.557 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.93585142916712}
1595012510 2020-07-17 21:01:50.148 INFO TestAgent Got mqtt message: stop
1595012510 2020-07-17 21:01:50.151 INFO TestAgent Test finished
1595012510 2020-07-17 21:01:50.157 INFO TestAgent Terminated iwevent
1595012510 2020-07-17 21:01:50.162 INFO TestAgent Terminated mqtt file
1595012510 2020-07-17 21:01:50.169 INFO TestAgent Closed rssi file
1595012510 2020-07-17 21:01:50.177 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (18084).
Exiting ovsdb-server (18071).
1595012510 2020-07-17 21:01:50.631 INFO TestAgent Reset wifi
1595012511 2020-07-17 21:01:51.677 INFO TestAgent iw sta0 connect ap1-train 5260
1595012511 2020-07-17 21:01:51.696 INFO TestAgent Done
1595012545 2020-07-17 21:02:25.571 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012550 2020-07-17 21:02:30.579 INFO TestAgent Got mqtt message: starttest-1595012512
1595012550 2020-07-17 21:02:30.582 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012550 2020-07-17 21:02:30.815 INFO TestAgent Starting Test
1595012550 2020-07-17 21:02:30.818 INFO TestAgent Create: /testdata/1595012512/
1595012557 2020-07-17 21:02:37.058 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 106.54406548651784}
1595012580 2020-07-17 21:03:00.269 INFO TestAgent Got mqtt message: stop
1595012580 2020-07-17 21:03:00.272 INFO TestAgent Test finished
1595012580 2020-07-17 21:03:00.277 INFO TestAgent Terminated iwevent
1595012580 2020-07-17 21:03:00.281 INFO TestAgent Terminated mqtt file
1595012580 2020-07-17 21:03:00.285 INFO TestAgent Closed rssi file
1595012580 2020-07-17 21:03:00.293 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (18366).
Exiting ovsdb-server (18351).
1595012580 2020-07-17 21:03:00.695 INFO TestAgent Reset wifi
1595012581 2020-07-17 21:03:01.722 INFO TestAgent iw sta0 connect ap1-train 5260
1595012581 2020-07-17 21:03:01.741 INFO TestAgent Done
1595012623 2020-07-17 21:03:43.493 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012628 2020-07-17 21:03:48.499 INFO TestAgent Got mqtt message: starttest--ping-1595012582
1595012628 2020-07-17 21:03:48.502 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012628 2020-07-17 21:03:48.786 INFO TestAgent Starting Test
1595012628 2020-07-17 21:03:48.789 INFO TestAgent Create: /testdata/1595012582/
1595012635 2020-07-17 21:03:55.126 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.4126019006869}
1595012637 2020-07-17 21:03:57.531 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595012658 2020-07-17 21:04:18.430 INFO TestAgent Got mqtt message: stop
1595012658 2020-07-17 21:04:18.433 INFO TestAgent Test finished
1595012658 2020-07-17 21:04:18.438 INFO TestAgent Terminated iwevent
1595012658 2020-07-17 21:04:18.442 INFO TestAgent Terminated mqtt file
1595012658 2020-07-17 21:04:18.446 INFO TestAgent Closed rssi file
1595012658 2020-07-17 21:04:18.453 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (18642).
Exiting ovsdb-server (18627).
1595012658 2020-07-17 21:04:18.917 INFO TestAgent Reset wifi
1595012659 2020-07-17 21:04:19.944 INFO TestAgent iw sta0 connect ap1-train 5260
1595012659 2020-07-17 21:04:19.962 INFO TestAgent Done
1595012702 2020-07-17 21:05:02.497 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012707 2020-07-17 21:05:07.498 INFO TestAgent Got mqtt message: starttest-1595012661
1595012707 2020-07-17 21:05:07.507 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012707 2020-07-17 21:05:07.731 INFO TestAgent Starting Test
1595012707 2020-07-17 21:05:07.740 INFO TestAgent Create: /testdata/1595012661/
1595012714 2020-07-17 21:05:14.071 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.52999292175323}
1595012716 2020-07-17 21:05:16.450 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595012737 2020-07-17 21:05:37.272 INFO TestAgent Got mqtt message: stop
1595012737 2020-07-17 21:05:37.275 INFO TestAgent Test finished
1595012737 2020-07-17 21:05:37.281 INFO TestAgent Terminated iwevent
1595012737 2020-07-17 21:05:37.284 INFO TestAgent Terminated mqtt file
1595012737 2020-07-17 21:05:37.288 INFO TestAgent Closed rssi file
1595012737 2020-07-17 21:05:37.296 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (18928).
Exiting ovsdb-server (18913).
1595012737 2020-07-17 21:05:37.745 INFO TestAgent Reset wifi
1595012738 2020-07-17 21:05:38.773 INFO TestAgent iw sta0 connect ap1-train 5260
1595012738 2020-07-17 21:05:38.791 INFO TestAgent Done
1595012772 2020-07-17 21:06:12.767 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012777 2020-07-17 21:06:17.772 INFO TestAgent Got mqtt message: starttest--ping-1595012739
1595012777 2020-07-17 21:06:17.783 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012778 2020-07-17 21:06:18.102 INFO TestAgent Starting Test
1595012778 2020-07-17 21:06:18.106 INFO TestAgent Create: /testdata/1595012739/
1595012784 2020-07-17 21:06:24.314 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.98039271749963}
1595012807 2020-07-17 21:06:47.830 INFO TestAgent Got mqtt message: stop
1595012807 2020-07-17 21:06:47.833 INFO TestAgent Test finished
1595012807 2020-07-17 21:06:47.838 INFO TestAgent Terminated iwevent
1595012807 2020-07-17 21:06:47.842 INFO TestAgent Terminated mqtt file
1595012807 2020-07-17 21:06:47.847 INFO TestAgent Closed rssi file
1595012807 2020-07-17 21:06:47.855 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (19214).
Exiting ovsdb-server (19199).
1595012808 2020-07-17 21:06:48.358 INFO TestAgent Reset wifi
1595012809 2020-07-17 21:06:49.386 INFO TestAgent iw sta0 connect ap1-train 5260
1595012809 2020-07-17 21:06:49.404 INFO TestAgent Done
1595012843 2020-07-17 21:07:23.367 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012848 2020-07-17 21:07:28.376 INFO TestAgent Got mqtt message: starttest-1595012810
1595012848 2020-07-17 21:07:28.379 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012848 2020-07-17 21:07:28.604 INFO TestAgent Starting Test
1595012848 2020-07-17 21:07:28.607 INFO TestAgent Create: /testdata/1595012810/
1595012854 2020-07-17 21:07:34.917 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.78078975863367}
1595012878 2020-07-17 21:07:58.092 INFO TestAgent Got mqtt message: stop
1595012878 2020-07-17 21:07:58.096 INFO TestAgent Test finished
1595012878 2020-07-17 21:07:58.100 INFO TestAgent Terminated iwevent
1595012878 2020-07-17 21:07:58.104 INFO TestAgent Terminated mqtt file
1595012878 2020-07-17 21:07:58.108 INFO TestAgent Closed rssi file
1595012878 2020-07-17 21:07:58.122 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (19491).
Exiting ovsdb-server (19478).
1595012878 2020-07-17 21:07:58.661 INFO TestAgent Reset wifi
1595012879 2020-07-17 21:07:59.688 INFO TestAgent iw sta0 connect ap1-train 5260
1595012879 2020-07-17 21:07:59.747 INFO TestAgent Done
1595012914 2020-07-17 21:08:34.378 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012919 2020-07-17 21:08:39.383 INFO TestAgent Got mqtt message: starttest--ping-1595012880
1595012919 2020-07-17 21:08:39.387 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012919 2020-07-17 21:08:39.627 INFO TestAgent Starting Test
1595012919 2020-07-17 21:08:39.631 INFO TestAgent Create: /testdata/1595012880/
1595012925 2020-07-17 21:08:45.981 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 105.1226897987786}
1595012928 2020-07-17 21:08:48.345 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595012949 2020-07-17 21:09:09.231 INFO TestAgent Got mqtt message: stop
1595012949 2020-07-17 21:09:09.245 INFO TestAgent Test finished
1595012949 2020-07-17 21:09:09.249 INFO TestAgent Terminated iwevent
1595012949 2020-07-17 21:09:09.253 INFO TestAgent Terminated mqtt file
1595012949 2020-07-17 21:09:09.264 INFO TestAgent Closed rssi file
1595012949 2020-07-17 21:09:09.271 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (19768).
Exiting ovsdb-server (19753).
1595012949 2020-07-17 21:09:09.738 INFO TestAgent Reset wifi
1595012950 2020-07-17 21:09:10.766 INFO TestAgent iw sta0 connect ap1-train 5260
1595012950 2020-07-17 21:09:10.784 INFO TestAgent Done
1595012992 2020-07-17 21:09:52.491 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595012997 2020-07-17 21:09:57.498 INFO TestAgent Got mqtt message: starttest-1595012951
1595012997 2020-07-17 21:09:57.501 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595012997 2020-07-17 21:09:57.728 INFO TestAgent Starting Test
1595012997 2020-07-17 21:09:57.733 INFO TestAgent Create: /testdata/1595012951/
1595013004 2020-07-17 21:10:04.069 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 104.20463136469935}
1595013006 2020-07-17 21:10:06.453 INFO TestAgent Got mqtt message: {"id": "ap2-train", "bssid": "64:66:b3:4f:fc:ac", "ch": 5280}
1595013027 2020-07-17 21:10:27.711 INFO TestAgent Got mqtt message: stop
1595013027 2020-07-17 21:10:27.715 INFO TestAgent Test finished
1595013027 2020-07-17 21:10:27.720 INFO TestAgent Terminated iwevent
1595013027 2020-07-17 21:10:27.723 INFO TestAgent Terminated mqtt file
1595013027 2020-07-17 21:10:27.727 INFO TestAgent Closed rssi file
1595013027 2020-07-17 21:10:27.735 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (20050).
Exiting ovsdb-server (20037).
1595013028 2020-07-17 21:10:28.245 INFO TestAgent Reset wifi
1595013029 2020-07-17 21:10:29.272 INFO TestAgent iw sta0 connect ap1-train 5260
1595013029 2020-07-17 21:10:29.324 INFO TestAgent Done
1595013063 2020-07-17 21:11:03.139 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595013068 2020-07-17 21:11:08.144 INFO TestAgent Got mqtt message: starttest--ping-1595013030
1595013068 2020-07-17 21:11:08.147 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595013068 2020-07-17 21:11:08.382 INFO TestAgent Starting Test
1595013068 2020-07-17 21:11:08.386 INFO TestAgent Create: /testdata/1595013030/
1595013074 2020-07-17 21:11:14.730 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 103.68536411776284}
1595013097 2020-07-17 21:11:37.839 INFO TestAgent Got mqtt message: stop
1595013097 2020-07-17 21:11:37.843 INFO TestAgent Test finished
1595013097 2020-07-17 21:11:37.850 INFO TestAgent Terminated iwevent
1595013097 2020-07-17 21:11:37.854 INFO TestAgent Terminated mqtt file
1595013097 2020-07-17 21:11:37.858 INFO TestAgent Closed rssi file
1595013097 2020-07-17 21:11:37.866 INFO TestAgent Stop ovs to kill all remaining flows
Exiting ovs-vswitchd (20340).
Exiting ovsdb-server (20327).
1595013098 2020-07-17 21:11:38.361 INFO TestAgent Reset wifi
1595013099 2020-07-17 21:11:39.389 INFO TestAgent iw sta0 connect ap1-train 5260
1595013099 2020-07-17 21:11:39.407 INFO TestAgent Done
1595013133 2020-07-17 21:12:13.567 INFO TestAgent Got mqtt message: { "bg": 1, "track": "VZG2651", "position": 0, "speed": 1}
1595013138 2020-07-17 21:12:18.574 INFO TestAgent Got mqtt message: starttest-1595013100
1595013138 2020-07-17 21:12:18.578 INFO TestAgent Start ovs
ovsdb-server is already running.
ovs-vswitchd is already running.
Enabling remote OVSDB managers.
1595013138 2020-07-17 21:12:18.804 INFO TestAgent Starting Test