-
-
Save zdxerr/4189353 to your computer and use it in GitHub Desktop.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <script src="http://d3js.org/d3.v2.js"></script> | |
| <style> | |
| body { | |
| font: 10px sans-serif; | |
| } | |
| .axis path, | |
| .axis line { | |
| fill: none; | |
| stroke: #000; | |
| shape-rendering: crispEdges; | |
| } | |
| .bar { | |
| fill: steelblue; | |
| } | |
| .bar text { | |
| fill:white; | |
| } | |
| .x.axis path { | |
| display: none; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <script> | |
| data = [{name: "Network", number: 0}, | |
| {name: "WLAN", number: 54}, | |
| {name: "AP Visibility", number: 54}, | |
| {name: "WLAN (Phones)", number: 0}, | |
| {name: "Handover", number: 63}, | |
| {name: "Installed Programs", number: 0}, | |
| {name: "Uplink Limitation", number: 55}, | |
| {name: "Downlink Limitation", number: 63}, | |
| {name: "Streaming", number: 58}, | |
| {name: "Playlist Proxy", number: 58}, | |
| {name: "Failed", number: 78}, | |
| {name: "Testruns", number: 189}] | |
| data.reverse() | |
| var margin = {top: 20, right: 20, bottom: 30, left: 120}, | |
| width = 960 - margin.left - margin.right, | |
| height = 300 - margin.top - margin.bottom; | |
| var x = d3.scale.linear() | |
| .range([0, width]) | |
| .domain([d3.min(data, function(d) {return d.number; }), d3.max(data, function(d) {return d.number; })]); | |
| var xAxis = d3.svg.axis() | |
| .scale(x); | |
| var y = d3.scale.ordinal() | |
| .rangeRoundBands([height, 0], .05) | |
| .domain(data.map(function(d) { return d.name; })); | |
| var yAxis = d3.svg.axis() | |
| .scale(y) | |
| .orient("left") | |
| .tickSize(5); | |
| var color = d3.scale.category20() | |
| .domain(data.map(function(d) { return d.name; })); | |
| var svg = d3.select("body").append("svg") | |
| .attr("width", width + margin.left + margin.right) | |
| .attr("height", height + margin.top + margin.bottom) | |
| .append("g") | |
| .attr("transform", "translate(" + margin.left + "," + margin.top + ")"); | |
| svg.append("g") | |
| .attr("class", "x axis") | |
| .call(xAxis) | |
| .attr("transform", "translate(0," + height + ")") | |
| .append("text") | |
| .style("text-anchor", "end") | |
| .text("#"); | |
| svg.append("g") | |
| .attr("class", "y axis") | |
| .call(yAxis); | |
| var bar = svg.selectAll("g.bar") | |
| .data(data) | |
| .enter().append("g") | |
| .attr("class", "bar") | |
| .attr("transform", function(d) { return "translate(0," + y(d.name) + ")"; }); | |
| bar.append("rect") | |
| .attr("width", function(d) { return x(d.number); }) | |
| .attr("height", y.rangeBand()) | |
| .style("fill", function(d) { return color(d.name); }); | |
| bar.append("text") | |
| .attr("class", "value") | |
| .attr("x", function(d) { return x(d.number); }) | |
| .attr("y", y.rangeBand() / 2) | |
| .attr("dx", -3) | |
| .attr("dy", ".35em") | |
| .attr("text-anchor", "end") | |
| .text(function(d) { return d.number; }); | |
| </script> | |
| {"Failed": {"Test 2_1": 85, "Test 1_2": 79, "Test 1_3": 98, "Test 1_4": 81, "Test 1_5": 92, "Test 1_7": 84, "Test 1_8": 1, "Test 1_9": 79}, "Test Runs #": 317, "Avarage Duration": 311.43602842729473, "Failed #": 120, "Failed %": 37.85488958990536} |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Sun Dec 2 15:38:46 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.92s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.21s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.77s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.99s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.02s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.83s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.28s | |
| Testrun finished [127 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Sun Dec 2 15:44:29 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.51s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.66s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 21.53s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.71s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 18.32s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.08s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 15:49:54 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 7.55s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.25s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.19s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.13s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.48s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.75s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.03s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Sun Dec 2 15:55:25 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.12s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.27s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.37s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.47s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 28.86s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.17s | |
| Testrun finished [130 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 16:01:01 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.65s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.69s | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.06s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.92s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 32.06s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.77s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.27s | |
| Testrun finished [133 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Sun Dec 2 16:07:07 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.19s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.83s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.21s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.93s | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.35s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.28s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.60s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.00s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [190 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 16:13:43 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.71s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.65s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.05s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.44s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.66s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.88s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 16:19:13 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.77s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.65s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.84s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.20s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.53s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.05s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Sun Dec 2 16:25:09 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.75s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.29s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.55s | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.33s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.20s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.59s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.02s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [190 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 16:31:44 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.78s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.22s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.88s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.99s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.36s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.48s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.18s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Sun Dec 2 16:37:37 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.67s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.22s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.17s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.27s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.31s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Failed (speed is 0.35) | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.45s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.97s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 16:44:07 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.52s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.61s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.88s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.44s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 31.00s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.41s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.11s | |
| Testrun finished [132 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 16:50:10 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.22s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.45s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.92s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.15s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.93s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.59s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.39s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.10s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [189 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 16:56:41 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 7.79s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.13s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.63s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.09s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.81s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.54s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.11s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Sun Dec 2 17:02:40 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.82s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.26s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.10s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.68s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.43s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.67s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.99s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Sun Dec 2 17:09:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 31.67s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.38s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.57s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.78s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.40s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.62s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.06s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 17:15:57 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.70s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.22s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.72s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.77s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 21.43s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.63s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.84s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.07s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [136 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 17:21:34 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.95s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.80s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.53s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.80s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.54s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.23s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Starting testrun (Sun Dec 2 17:27:03 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.52s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.60s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.72s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.17s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.37s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.83s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.02s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.22s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 17:32:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.67s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.12s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.54s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.99s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 28.92s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.17s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.02s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [142 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 17:38:16 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 19.51s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.57s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.14s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.85s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.56s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.58s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.89s | |
| Testrun finished [137 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 17:44:01 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.54s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.61s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.18s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 31.39s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.01s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.27s | |
| Testrun finished [133 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 17:49:39 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.48s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.91s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.23s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.43s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 21.03s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.16s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 17:55:35 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 31.94s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.32s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.05s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.70s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.44s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.65s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.02s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [185 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 18:02:03 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.85s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.12s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.57s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.99s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.54s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.33s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.05s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Sun Dec 2 18:07:26 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.51s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.18s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.72s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.69s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.08s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.37s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.96s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.06s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 18:12:54 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.27s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.24s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.31s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.40s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.11s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Sun Dec 2 18:18:49 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.48s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.39s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.00s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.32s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.03s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.57s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.01s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Sun Dec 2 18:25:20 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.86s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.08s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.61s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.15s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 29.62s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.12s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 18:31:25 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.58s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.44s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 25.86s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.35s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.00s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.25s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.99s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Sun Dec 2 18:37:50 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.63s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.29s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.24s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.78s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.24s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.84s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.18s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Sun Dec 2 18:43:40 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.41s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.39s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 25.97s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.03s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.61s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.20s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.08s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 18:50:08 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.57s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.18s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.41s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.19s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.44s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.61s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.21s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 18:55:37 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.77s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.13s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.14s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.68s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.74s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.86s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.12s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 19:01:04 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.81s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.21s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.99s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 29.35s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.43s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.11s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [132 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 19:07:05 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.63s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.17s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.18s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.74s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.29s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.96s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Sun Dec 2 19:12:58 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.43s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.32s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.52s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.13s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.76s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.23s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.98s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 19:19:26 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.59s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.09s | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.84s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.52s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.81s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.14s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Sun Dec 2 19:25:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.87s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.16s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 25.82s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.51s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.33s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.60s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.01s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [184 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 19:31:52 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.90s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.36s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.25s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.42s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.87s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.15s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 19:37:14 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.82s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.47s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.26s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.51s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.09s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Sun Dec 2 19:43:07 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.63s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.16s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.66s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.89s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.00s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.35s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.99s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 19:49:40 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.75s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.44s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.34s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 27.56s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 22.71s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.36s | |
| Testrun finished [132 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Sun Dec 2 19:55:10 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.70s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.13s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.60s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.06s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.05s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.30s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.78s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.10s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Sun Dec 2 20:00:36 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 8.92s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.60s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.95s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.11s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.42s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.32s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.97s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 20:06:07 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 6.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.91s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.77s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 23.27s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Failed (speed is 0.06) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.41s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.19s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 20:11:36 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.76s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.73s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.11s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.21s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.76s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 38.42s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.08s | |
| Testrun finished [150 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Sun Dec 2 20:17:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.74s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.22s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.75s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.14s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.84s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 31.54s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 16.85s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [128 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 20:23:03 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.59s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.28s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 28.73s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.14s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 34.09s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 44.61s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.86s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.28s | |
| Testrun finished [161 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 20:29:37 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.87s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.37s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.45s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.75s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.36s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.78s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.02s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [185 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 20:36:36 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.97s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.27s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.53s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.84s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.43s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.66s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.10s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Sun Dec 2 20:43:35 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.54s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.31s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.48s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.88s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.76s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.23s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.06s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Sun Dec 2 20:50:33 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.44s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.19s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 28.29s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.98s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.02s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.19s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.04s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Sun Dec 2 20:57:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.77s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.20s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.60s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.18s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.24s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.03s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.45s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.95s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Sun Dec 2 21:04:09 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.56s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.00s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.07s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.25s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.04s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.44s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.29s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 21:09:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.76s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.96s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 21.20s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.26s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 18.81s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.27s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 21:15:14 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.65s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.04s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.91s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.46s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.36s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 18.94s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 21:20:32 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.43s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.61s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.63s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.45s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.15s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.34s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [127 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Sun Dec 2 21:26:02 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.70s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.51s | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.42s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.82s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 18.31s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.23s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 21:31:33 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.87s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.42s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.22s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.48s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.26s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.18s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 21:37:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.96s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.15s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.57s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.21s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.70s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.45s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.53s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.94s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 21:44:37 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.56s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.38s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.14s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.41s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.36s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.89s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.06s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Sun Dec 2 21:51:40 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.55s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.25s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.06s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.90s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.74s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.15s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.04s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [184 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Sun Dec 2 21:58:32 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 31.81s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.28s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.70s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.17s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.06s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.55s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.27s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.64s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.04s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [184 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 22:05:00 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.65s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.24s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.91s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.03s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.45s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.25s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.04s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 22:10:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.66s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.11s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.52s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.18s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.30s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.75s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 22:15:54 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.78s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.05s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.98s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.91s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.32s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.35s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 22:21:22 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.71s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.41s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.37s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.54s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.02s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.14s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 22:26:59 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.87s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.25s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.75s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.28s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.50s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 29.37s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.56s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.28s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 22:32:29 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.63s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.76s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.20s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.70s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.51s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.21s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 22:37:55 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.72s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.44s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.08s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.41s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.44s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.28s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 22:43:24 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.86s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.24s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.61s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.20s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.80s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.09s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 22:48:51 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.55s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.60s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.50s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.60s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 36.69s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.66s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.00s | |
| Testrun finished [136 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 22:55:04 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.97s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.57s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.34s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.19s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.95s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.23s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.92s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 23:01:50 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 8.96s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.71s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.25s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.88s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Failed (speed is 0.49) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 13.84s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.19s | |
| Testrun finished [132 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 23:07:30 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.67s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.85s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.25s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 24.20s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.16s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.33s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 23:12:57 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.57s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.05s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.53s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.92s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.58s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.72s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.02s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Sun Dec 2 23:18:25 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.11s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 11.61s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.53s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.23s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.39s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.19s | |
| Testrun finished [134 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 23:24:04 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.50s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.76s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.86s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.15s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Sun Dec 2 23:30:09 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.66s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.29s | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.36s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.50s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.05s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.60s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.99s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [189 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Sun Dec 2 23:36:44 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.82s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.11s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.54s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.79s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.64s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 21.02s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.06s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 23:42:44 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.00s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.32s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 25.95s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.69s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.38s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.58s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.02s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [185 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Sun Dec 2 23:49:10 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.26s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.76s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.69s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.97s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Sun Dec 2 23:55:04 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.19s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.99s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.14s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.53s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.68s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.37s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.50s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.12s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [185 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 00:01:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.04s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.58s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.57s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.93s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.47s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.30s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.15s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 00:06:55 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.81s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.39s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.20s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.80s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.79s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.05s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 00:12:30 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.52s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.11s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.46s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 31.28s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.74s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.15s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 00:18:05 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.85s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.05s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.47s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.10s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.80s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.28s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.27s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 00:24:06 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.37s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.23s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.06s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.17s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.08s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.42s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.05s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 00:30:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.71s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.21s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.09s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.13s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.16s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.02s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 00:35:52 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 7.91s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.43s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.98s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.42s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.70s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.21s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 00:41:21 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 15.34s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.11s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.47s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.60s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 35.67s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 3.64s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [149 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Mon Dec 3 00:47:47 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.57s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.21s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.64s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.98s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.41s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.15s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.28s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.93s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [189 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 00:54:25 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.64s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.28s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.62s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.34s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.52s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.30s | |
| Testrun finished [127 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 00:59:59 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.60s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.57s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.92s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.77s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 28.83s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.28s | |
| Testrun finished [137 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 01:05:55 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.70s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.90s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.85s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 31.34s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Failed (speed is 0.51) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 17.85s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.26s | |
| Testrun finished [128 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Mon Dec 3 01:11:53 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.95s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.20s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.70s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.69s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.15s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.57s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.06s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [185 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 01:18:28 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.19s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.59s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.27s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.74s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.07s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.74s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.65s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 01:23:46 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.50s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.13s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.08s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.14s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.43s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.31s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.43s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.17s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 01:29:37 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.90s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.30s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.40s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.64s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.43s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.50s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.07s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [185 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 01:36:03 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.19s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.56s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.12s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.47s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.54s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.71s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.26s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.07s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 01:41:36 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.74s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.45s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.07s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 29.91s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 23.19s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.18s | |
| Testrun finished [134 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 01:47:19 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 7.88s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.07s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.60s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.05s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.33s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.27s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.19s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 01:52:49 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.71s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.71s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.47s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.39s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 30.11s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.66s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.03s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 01:58:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.89s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.14s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.21s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 24.05s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.13s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 02:04:21 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 31.79s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.31s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.04s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.60s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.46s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Failed (speed is 0.35) | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.52s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.99s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [183 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 02:10:43 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.24s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.41s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 21.14s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.47s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.34s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.94s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 02:16:14 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.05s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.15s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.99s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.73s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.34s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.06s | |
| Testrun finished [120 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 02:21:38 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.56s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.85s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.86s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.24s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 21.33s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.10s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 02:27:33 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.88s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.32s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.00s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.75s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.30s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.59s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.99s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [185 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 02:33:52 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.65s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.44s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.61s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.96s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.48s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.99s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Mon Dec 3 02:39:50 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 31.82s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.31s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.19s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.53s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.36s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.66s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.00s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [181 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 02:46:43 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.76s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.37s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.09s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.60s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.84s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.19s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.93s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [184 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 02:53:12 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.68s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.21s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.61s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.05s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.24s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.51s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.52s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.12s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 02:58:38 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.57s | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.03s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 21.86s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.24s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.13s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 03:04:03 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.67s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.20s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.98s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 29.05s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 13.50s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.18s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 03:09:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.82s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.72s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.06s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.30s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.74s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 03:14:59 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.19s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.68s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.25s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.71s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.05s | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.24s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.29s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 18.92s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.30s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 03:20:30 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.58s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.13s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.46s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.11s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.16s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 03:26:00 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.59s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.25s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.24s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.77s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.66s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Failed (speed is 0.52) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 16.32s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.93s | |
| Testrun finished [129 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 03:31:35 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.52s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.87s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.09s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.70s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.44s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.07s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 03:37:05 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.83s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.21s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.04s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.28s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 23.38s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.14s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 03:42:32 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.48s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.18s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.05s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.05s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.90s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.26s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.94s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.28s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 03:48:12 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.84s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.53s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.23s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.32s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Failed (speed is 0.49) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 13.92s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.16s | |
| Testrun finished [127 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 03:53:46 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.63s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.36s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.07s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.23s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.30s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.71s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.31s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 03:59:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.54s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.72s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.55s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.28s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.37s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.21s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 04:05:01 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.63s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.22s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.39s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.08s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.12s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.75s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.82s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.11s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Mon Dec 3 04:10:55 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.84s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.32s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.60s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.13s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.07s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.78s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.34s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Failed (speed is 0.35) | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.71s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.01s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [184 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 04:17:35 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.80s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.18s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.11s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.33s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.42s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.39s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.25s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 04:23:14 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.77s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.06s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.93s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.41s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.15s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 04:29:10 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.57s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.22s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.15s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.06s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.89s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.38s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.07s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 04:35:41 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.66s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.54s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.05s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.02s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.18s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.12s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 04:41:13 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.58s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.07s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.21s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.14s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.34s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.34s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.64s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.22s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 04:46:34 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.81s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.41s | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.51s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 30.22s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 29.64s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.17s | |
| Testrun finished [141 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 04:52:51 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.43s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.22s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.23s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.09s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.74s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.34s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.04s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Mon Dec 3 04:59:54 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.80s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.18s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.01s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.28s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.16s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.32s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.00s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 05:06:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.88s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.66s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.73s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 30.84s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Failed (speed is 0.36) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 13.80s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.12s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 05:12:30 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.49s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.22s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.30s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.11s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.87s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.52s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.07s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [189 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 05:19:09 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 19.72s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.18s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.43s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.79s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.67s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.12s | |
| Testrun finished [141 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 05:25:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.54s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.25s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.20s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.98s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.98s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.25s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.96s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 05:32:06 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.77s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.26s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.77s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.45s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.23s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 05:38:05 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.95s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.22s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.25s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.76s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.34s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.70s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.00s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [184 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 05:44:32 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.51s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.80s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.09s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 29.51s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.40s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.95s | |
| Testrun finished [128 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 05:50:07 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.59s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.56s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.71s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.52s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.29s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 05:55:32 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 5.01s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.26s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.34s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 22.63s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.65s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.95s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.14s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 06:01:30 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.47s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.49s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.47s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.23s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.69s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.39s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.06s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Mon Dec 3 06:08:32 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 31.68s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.35s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.46s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.48s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.42s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.49s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.05s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [183 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 06:15:00 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.46s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.18s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.14s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 22.42s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.05s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.04s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.06s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 06:20:25 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.55s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.48s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.14s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.91s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.47s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.44s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.14s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 06:26:00 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.81s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.22s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.60s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.94s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.39s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.20s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.15s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Mon Dec 3 06:32:02 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.61s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.15s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.56s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.31s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.02s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.44s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.93s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [189 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 06:38:35 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 7.82s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.46s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.13s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 21.76s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.74s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.17s | |
| Testrun finished [127 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 06:44:10 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.66s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.41s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.14s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.18s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.69s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.08s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 06:49:42 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 6.65s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.21s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.96s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.78s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 21.69s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.58s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.02s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 06:55:45 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.96s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.33s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.32s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.70s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.51s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.63s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.11s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 07:02:47 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.69s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.16s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.50s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.19s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.95s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.05s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.45s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.06s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 07:09:51 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.06s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.25s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.15s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.78s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.46s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Failed (speed is 0.26) | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.64s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.02s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [185 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 07:16:18 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.54s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.25s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.60s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.09s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.88s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.49s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 17.42s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.30s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 07:21:52 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.79s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.58s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.09s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 22.39s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 27.48s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.02s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.19s | |
| Testrun finished [130 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 07:27:22 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.53s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.11s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.33s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.02s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.24s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 21.05s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.15s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 07:32:47 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.75s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.07s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.22s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.08s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 31.69s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Failed (speed is 0.54) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 13.77s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.23s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 07:38:49 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.97s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.31s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.79s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 25.90s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.63s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.43s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.63s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.07s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [185 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 07:45:15 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.60s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.00s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.28s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 21.99s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.34s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 07:50:49 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.94s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.04s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.45s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.98s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 29.27s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 22.66s | |
| FAILED: Sandy-pb, video-source-pb-vm: PGSP Tag not found in log. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.00s | |
| Testrun finished [130 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Mon Dec 3 07:56:53 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.59s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.21s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 25.97s | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.28s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.10s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.38s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.98s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 08:03:28 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.46s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.03s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.43s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.36s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.58s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.62s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.07s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 08:08:58 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.74s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.38s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.37s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.52s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Failed (speed is 0.48) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 13.69s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.55s | |
| Testrun finished [128 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 08:15:01 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.60s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.22s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.00s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.06s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.86s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.16s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.97s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 08:21:30 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.75s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.56s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.59s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.45s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.07s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.31s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 08:27:10 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.43s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.18s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.53s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 21.30s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.09s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.45s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.25s | |
| Testrun finished [127 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 08:33:11 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.56s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.16s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.63s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.89s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.87s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.13s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.03s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 08:39:40 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.05s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.10s | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.24s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.72s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.71s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.18s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 08:45:10 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.60s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.56s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.36s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.18s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.33s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.23s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 08:50:38 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.28s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.08s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.62s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 30.85s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.67s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.00s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 08:56:16 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.68s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.66s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.72s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 24.88s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.79s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 09:01:51 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.52s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 11.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.42s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.43s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.75s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.96s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.04s | |
| Testrun finished [134 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 09:07:34 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.71s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.49s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 21.26s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.21s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.90s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.29s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 09:13:05 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.68s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.29s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.63s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.79s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.50s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.21s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 09:18:21 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.54s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.58s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.02s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.28s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 23.08s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.16s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Mon Dec 3 09:24:22 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.19s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.51s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.23s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.46s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.23s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.05s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.36s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.93s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 09:30:55 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.92s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.22s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.01s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.99s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 17.57s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.26s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 09:36:23 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.65s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.73s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.04s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.55s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.69s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.07s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.28s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 09:41:54 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.51s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.07s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.45s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.77s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 21.72s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.53s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.29s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Mon Dec 3 09:47:52 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.79s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.25s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 28.50s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.34s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.99s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.53s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.96s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [191 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 09:54:57 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.88s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.30s | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.02s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.67s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.42s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.62s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.01s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 10:01:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.61s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.11s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.96s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.84s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.15s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.26s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 10:06:49 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.25s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.58s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.06s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 23.33s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 30.15s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 23.25s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [136 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 10:12:26 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 14.86s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.60s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.20s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.42s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.95s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [132 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 10:18:01 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.46s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.18s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.65s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.89s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.78s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.59s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.99s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Mon Dec 3 10:24:00 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.81s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.16s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.39s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.98s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.61s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.43s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.63s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.09s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 10:30:32 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.69s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.27s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.00s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.83s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 24.91s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.05s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.25s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Mon Dec 3 10:36:32 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.82s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.19s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.24s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.20s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.19s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.34s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.97s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 10:43:21 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.69s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.66s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.53s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 22.67s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.26s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.30s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 10:48:55 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.66s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.01s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.13s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.24s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.15s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.43s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.08s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 10:54:13 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.53s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.96s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.37s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.22s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.31s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.23s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Mon Dec 3 11:00:08 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 31.85s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.24s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.02s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.75s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.44s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.59s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.99s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [183 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 11:06:40 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.59s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.01s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.09s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.86s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.37s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.25s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.25s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 11:12:06 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.18s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.33s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.11s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 18.74s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.30s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 11:17:54 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.69s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.02s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.01s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.78s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.42s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.21s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 11:23:21 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.84s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.47s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.30s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.27s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.23s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.08s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 11:28:49 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 8.97s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.58s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.02s | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.93s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 27.13s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 17.50s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.30s | |
| Testrun finished [128 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 11:34:28 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.72s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.24s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.52s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.09s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.96s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 29.72s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.60s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 11:40:25 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.55s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.31s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.22s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.13s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.86s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.29s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.00s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 11:46:59 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.74s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.11s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.47s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.18s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.59s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 28.92s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.13s | |
| Testrun finished [132 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 11:52:58 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.64s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.21s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.14s | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.08s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.89s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.47s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.06s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 11:59:38 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.45s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.32s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.14s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.29s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.52s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.26s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.04s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 12:05:08 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.99s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.75s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.06s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.11s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.68s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.61s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.23s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 12:10:37 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.38s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.08s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 29.99s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.36s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.42s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.26s | |
| Testrun finished [134 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 12:16:15 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.64s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.13s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.13s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 23.78s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.36s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.84s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.18s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 12:22:13 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.97s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.27s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.71s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.08s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.72s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.34s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.60s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.08s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 12:28:35 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.73s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.22s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.44s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.54s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.45s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.19s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 12:34:09 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.70s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.16s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.15s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.49s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 29.45s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.25s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 3.68s | |
| Testrun finished [130 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 12:40:10 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.76s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.52s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 21.88s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 34.35s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.66s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [137 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 12:45:50 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.89s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.12s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.13s | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.79s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.88s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.35s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.14s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 12:51:16 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 15.22s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.99s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.71s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.67s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.43s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 3.11s | |
| Testrun finished [133 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 12:56:55 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.57s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.60s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.99s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.55s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.89s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 23.17s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.16s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 13:02:29 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.69s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.28s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.59s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.66s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.23s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 13:08:03 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.53s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.07s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.35s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.69s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.69s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 13:13:36 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.75s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.12s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.28s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.72s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.45s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.32s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.01s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 13:19:15 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.80s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.13s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.86s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.18s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.38s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.66s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.80s | |
| Testrun finished [120 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 13:25:13 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.48s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.31s | |
| FAIL-BUSY | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.32s | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.08s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.99s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.95s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.41s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.00s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 13:32:09 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.73s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.67s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.07s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 29.32s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.20s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.26s | |
| Testrun finished [130 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 13:37:50 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.60s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.13s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.45s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.96s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 35.73s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.46s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.06s | |
| Testrun finished [135 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 13:43:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.70s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.12s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.11s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.23s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.21s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.66s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.19s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 13:49:05 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.85s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.22s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.49s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.17s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.79s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 21.99s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 28.19s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.08s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 13:54:45 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.52s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.24s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 22.68s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.18s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.82s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.26s | |
| Testrun finished [129 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 14:00:21 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.59s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.58s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.47s | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.46s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.99s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 18.76s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.26s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 14:05:52 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.60s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.03s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.99s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.63s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.22s | |
| Testrun finished [121 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 14:11:17 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.67s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.21s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 28.72s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.59s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.81s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.29s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.26s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 14:17:01 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.68s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.24s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.18s | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.12s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.25s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.17s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.31s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 14:23:01 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.59s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.24s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.48s | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.96s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.01s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.37s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.01s | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Mon Dec 3 14:30:04 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.78s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.30s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.09s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.34s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.36s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.37s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.00s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 14:36:39 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.19s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.50s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.92s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.15s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 21.17s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.22s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.44s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.21s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 14:42:18 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.63s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.07s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.38s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.91s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.43s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 17.51s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.23s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 14:47:50 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.58s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.04s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.06s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.89s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.56s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.90s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 1.99s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 14:53:20 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.69s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.49s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.78s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.60s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.30s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.22s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 14:58:49 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.56s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.14s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 25.93s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 22.74s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 21.22s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.34s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.30s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 15:04:21 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.53s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.07s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.90s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.33s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.68s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.16s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 15:09:49 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.74s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.12s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.37s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.14s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.22s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 36.61s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Failed (speed is 0.54) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 14.13s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.06s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 15:15:43 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.07s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.13s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.08s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.58s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.73s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.16s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 15:21:17 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 5.17s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.04s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.79s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.17s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.70s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.41s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.28s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 15:26:51 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.69s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.05s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.13s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.48s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 23.90s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 18.68s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.16s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 15:32:34 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.72s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.04s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.62s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.46s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.05s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 30.64s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.64s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.36s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 15:38:13 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.60s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.41s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.14s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.03s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.32s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.06s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.27s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 15:43:58 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.58s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.67s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.00s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 23.19s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.02s | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Failed (speed is 0.52) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 15.77s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.36s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 15:49:37 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.78s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.53s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.76s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.35s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.51s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.15s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 15:55:10 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.19s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.84s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.24s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.60s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.50s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 30.74s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.33s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.86s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.09s | |
| Testrun finished [134 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 16:00:47 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.63s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.05s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 22.41s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.39s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 21.10s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.12s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 16:06:19 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.61s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.49s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.18s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.27s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.56s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.18s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 16:11:48 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.64s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.32s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.11s | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Connected (but it should not be) | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.50s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.38s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.40s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.25s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 16:17:25 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.84s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.08s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 34.63s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 24.85s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.81s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.35s | |
| Testrun finished [139 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 16:23:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.19s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.77s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.52s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.04s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.31s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.75s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.48s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.19s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 16:29:03 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.72s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.11s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.58s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.57s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.02s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.34s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.44s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.66s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.32s | |
| Testrun finished [122 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 16:34:27 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 13.71s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.29s | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.51s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.62s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.86s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.17s | |
| Testrun finished [133 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 16:40:32 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.68s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.17s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.60s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 1.99s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.33s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.18s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.46s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Handover faild, phone was not in station list | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Could not connect. | |
| Starting testrun (Mon Dec 3 16:46:29 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.75s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.19s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap4-pb-SLFR83 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.63s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.17s | |
| FAILED: Sandy-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Chantal-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Kevin-pb, ap4-pb-SLFR83: Not connected | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.03s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 33.27s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 34.16s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.49s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.94s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [188 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 16:53:03 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.58s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.09s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.68s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.45s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.16s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.46s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.70s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.15s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Starting testrun (Mon Dec 3 16:59:06 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.88s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.21s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.59s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.01s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 31.70s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.12s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 31.61s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.00s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| Testrun finished [183 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 17:05:36 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.53s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.04s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.12s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.23s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.47s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.87s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.04s | |
| Testrun finished [120 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 17:11:07 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.60s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.06s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.09s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.15s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.89s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 25.58s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.68s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.14s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 17:16:41 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.88s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.15s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.50s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.29s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.59s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.38s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.07s | |
| Testrun finished [126 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 17:22:16 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.78s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.39s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.10s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.98s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.12s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.40s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.22s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 17:27:48 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 8.10s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.49s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.79s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.56s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 16.17s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.25s | |
| Testrun finished [127 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Handover faild, phone was not in station list | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Could not connect. | |
| Starting testrun (Mon Dec 3 17:33:52 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 32.98s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.29s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap1-pb-SLFR80 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.18s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Chantal-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Kevin-pb, ap1-pb-SLFR80: Not connected | |
| FAILED: Ronny-pb, ap1-pb-SLFR80: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.14s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.69s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.28s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 32.57s | |
| FAILED: Sandy-pb, ap1-pb-SLFR80: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.01s | |
| FAILED: Sandy-pb: PGSP Tag not found! | |
| Testrun finished [186 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 17:40:17 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.61s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.10s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.65s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.17s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.45s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.91s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 3.20s | |
| Testrun finished [124 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 17:45:48 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.54s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.08s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.30s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.96s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 32.38s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Failed (speed is 0.54) | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 16.75s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.26s | |
| Testrun finished [131 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 17:51:26 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.76s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.10s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 18.91s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.50s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 27.93s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.18s | |
| Testrun finished [133 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 17:57:05 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.64s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.11s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.71s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.59s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 19.70s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.22s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.61s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.24s | |
| Testrun finished [123 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 18:02:33 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.60s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.19s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.69s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 27.63s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.25s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.50s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.36s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.20s | |
| Testrun finished [125 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Starting testrun (Mon Dec 3 18:08:07 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.17s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.63s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.28s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.65s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 26.10s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.01s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 23.33s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.33s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.61s | |
| FAILED: Ronny-pb, ap4-pb-SLFR83: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 0.98s | |
| FAILED: Ronny-pb: PGSP Tag not found! | |
| Testrun finished [138 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Starting testrun (Mon Dec 3 18:13:51 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.62s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.23s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.71s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.41s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 20.15s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 26.80s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 20.16s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.29s | |
| Testrun finished [128 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Handover faild, phone was not in station list | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Could not connect. | |
| Kevin-pb, ap3-pb-SLFR82: Handover faild, phone was not in station list | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Could not connect. | |
| Starting testrun (Mon Dec 3 18:19:53 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;31mFAILED[0m 33.19s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;31mFAILED[0m 22.32s | |
| FAILED: Sandy-pb: Missing BSSIDS for ap2-pb-SLFR81 ap3-pb-SLFR82 | |
| FAILED: Chantal-pb: Missing BSSIDS for ap2-pb-SLFR81 ap3-pb-SLFR82 | |
| FAILED: Kevin-pb: Missing BSSIDS for ap2-pb-SLFR81 ap3-pb-SLFR82 | |
| FAILED: Ronny-pb: Missing BSSIDS for ap2-pb-SLFR81 ap3-pb-SLFR82 | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.58s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;31mFAILED[0m 26.12s | |
| FAILED: Sandy-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Kevin-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Ronny-pb, ap2-pb-SLFR81: Not connected | |
| FAILED: Sandy-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Chantal-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected | |
| FAILED: Ronny-pb, ap3-pb-SLFR82: Not connected | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.11s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;31mFAILED[0m 32.93s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;31mFAILED[0m 33.59s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;31mFAILED[0m 33.36s | |
| FAILED: Chantal-pb, ap2-pb-SLFR81: Not connected. | |
| FAILED: Kevin-pb, ap3-pb-SLFR82: Not connected. | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;31mFAILED[0m 1.04s | |
| FAILED: Chantal-pb: PGSP Tag not found! | |
| FAILED: Kevin-pb: PGSP Tag not found! | |
| Testrun finished [187 seconds]. |
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap4-pb-SLFR83 as aps | |
| bootstrap-scripts/reboot-everything.sh: Success | |
| bootstrap-scripts/phone-provisioning.sh: Success | |
| test-master-pb-vm: Starting | |
| test-master-pb-vm: Done | |
| ap1-pb-SLFR80: Starting | |
| ap1-pb-SLFR80: Done | |
| ap2-pb-SLFR81: Starting | |
| ap2-pb-SLFR81: Done | |
| ap3-pb-SLFR82: Starting | |
| ap3-pb-SLFR82: Done | |
| ap4-pb-SLFR83: Starting | |
| ap4-pb-SLFR83: Done | |
| video-source-pb-vm: Starting | |
| video-source-pb-vm: Done | |
| Waiting for 30 seconds... | |
| Sandy-pb, ap1-pb-SLFR80: Connection preference: OK (AP 64:70:02:1a:cf:e4) | |
| Chantal-pb, ap2-pb-SLFR81: Connection preference: OK (AP 64:70:02:18:7c:60) | |
| Kevin-pb, ap3-pb-SLFR82: Connection preference: OK (AP 64:70:02:0f:f4:a0) | |
| Ronny-pb, ap4-pb-SLFR83: Connection preference: OK (AP 64:70:02:18:a0:ed) | |
| Sandy-pb, ap1-pb-SLFR80: Connected | |
| Chantal-pb, ap2-pb-SLFR81: Connected | |
| Kevin-pb, ap3-pb-SLFR82: Connected | |
| Ronny-pb, ap4-pb-SLFR83: Connected | |
| Starting testrun (Mon Dec 3 18:26:31 UTC 2012)... | |
| [1m | |
| Test 1_1 Network running...[0m | |
| Test 1_1 Network [0;32mPASSED[0m 0.18s | |
| [1m | |
| Test 1_2 WLAN running...[0m | |
| Test 1_2 WLAN [0;32mPASSED[0m 4.52s | |
| [1m | |
| Test 1_9 AP Visibility running...[0m | |
| Test 1_9 AP Visibility [0;32mPASSED[0m 22.20s | |
| [1m | |
| Test 1_8 WLAN (Phones) running...[0m | |
| Test 1_8 WLAN (Phones) [0;32mPASSED[0m 1.64s | |
| [1m | |
| Test 1_3 Handover running...[0m | |
| Test 1_3 Handover [0;32mPASSED[0m 27.62s | |
| [1m | |
| Test 1_6 Installed Programs running...[0m | |
| Test 1_6 Installed Programs [0;32mPASSED[0m 2.00s | |
| [1m | |
| Test 1_4 Uplink Limitation running...[0m | |
| Test 1_4 Uplink Limitation [0;32mPASSED[0m 21.34s | |
| [1m | |
| Test 1_5 Downlink Limitation running...[0m | |
| Test 1_5 Downlink Limitation [0;32mPASSED[0m 22.16s | |
| [1m | |
| Test 1_7 Streaming running...[0m | |
| Test 1_7 Streaming [0;32mPASSED[0m 19.61s | |
| [1m | |
| Test 2_1 Playlist Proxy running...[0m | |
| Test 2_1 Playlist Proxy [0;32mPASSED[0m 2.19s | |
| Testrun finished [124 seconds]. |
| bootst |
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)