This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"Test Runs #": 0, "Avarage Duration": 0.0, "Failed #": 0, "Failed %": 0.0} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"Test Runs #": 0, "Avarage Duration": 0.0, "Failed #": 0, "Failed %": 0.0} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"Test Runs #": 0, "Avarage Duration": 0.0, "Failed #": 0, "Failed %": 0.0} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bootstrap-scripts/rsync-pgsp-repo.sh: Success | |
| Testbed Location is: pb | |
| bootstrap-scripts/generate-dnsmasq.sh: Success | |
| bootstrap-scripts/generate-pxeboot.sh: Adding test-master-pb-vm as test-master | |
| bootstrap-scripts/generate-pxeboot.sh: Adding video-source-pb-vm as video-source | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for bootstrap-pb-vm | |
| bootstrap-scripts/generate-pxeboot.sh: No PXE entry for kvm-pb-SLFR79 | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap1-pb-SLFR80 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap2-pb-SLFR81 as aps | |
| bootstrap-scripts/generate-pxeboot.sh: Adding ap3-pb-SLFR82 as aps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"Test Runs #": 2, "Avarage Duration": 0.0, "Failed #": 2, "Failed %": 1.0} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"Test Runs #": 1, "Avarage Duration": 0.0, "Failed #": 1, "Failed %": 100.0} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"Failed %": 25.0, "Avarage Duration": 266.9757445156574, "Failed #": 1, "Test 2_1": 1, "Test 1_2": 1, "Test Runs #": 4, "Test 1_3": 1, "Test 1_4": 1, "Test 1_5": 1, "Test 1_7": 1, "Test 1_9": 1} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"Failed": {"Test 1_3": 1}, "Test Runs #": 2, "Avarage Duration": 155.25003898143768, "Failed #": 1, "Failed %": 50.0} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <script src="http://d3js.org/d3.v2.js"></script> | |
| <style> | |
| body { | |
| font: 10px sans-serif; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| Colorfull command line output on windows. | |
| """ | |
| from __future__ import print_function | |
| import sys | |
| from ctypes import windll, c_ulong |