Overview
Comment: | Added little bit more to docs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
efffe52f34b6047ec73088c4583002b2 |
User & Date: | matt on 2011-05-08 00:13:06 |
Other Links: | manifest | tags |
Context
2011-05-08
| ||
10:44 | Added optional runsdir to setup section for controling where the runs link tree is created check-in: 6e469f08c6 user: matt tags: trunk | |
00:13 | Added little bit more to docs check-in: efffe52f34 user: matt tags: trunk | |
2011-05-07
| ||
23:51 | Added runname to info key check-in: adc62d626a user: matt tags: trunk | |
Changes
Modified docs/megatest.html from [93abb428ee] to [90bf60c46e].
︙ | ︙ | |||
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | <div class="toc"> <a class="Link" href="#toc-Section-0.3">Section 0.3: Reference</a> </div><div class="tocindent"> <div class="toc"> <a class="Link" href="#toc-Subsection-0.3.1">Subsection 0.3.1: Environment variables</a> </div></div> </div> </div> </div> </div> <h2 class="Section"> <a class="toc" name="toc-Section-0.1">0.1</a> About Megatest | > > > > > > > > | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | <div class="toc"> <a class="Link" href="#toc-Section-0.3">Section 0.3: Reference</a> </div><div class="tocindent"> <div class="toc"> <a class="Link" href="#toc-Subsection-0.3.1">Subsection 0.3.1: Environment variables</a> </div> <div class="toc"> <a class="Link" href="#toc-Subsection-0.3.2">Subsection 0.3.2: megatest.config settings</a> </div><div class="tocindent"> <div class="toc"> <a class="Link" href="#toc-Subsubsection-0.3.2.1">Subsubsection 0.3.2.1: [setup]</a> </div></div> </div> </div> </div> </div> </div> <h2 class="Section"> <a class="toc" name="toc-Section-0.1">0.1</a> About Megatest |
︙ | ︙ | |||
118 119 120 121 122 123 124 | <h3 class="Subsection"> <a class="toc" name="toc-Subsection-0.2.1">0.2.1</a> Compilation </h3> <h4 class="Subsubsection"> <a class="toc" name="toc-Subsubsection-0.2.1.1">0.2.1.1</a> Dependencies </h4> <div class="Unindented"> | | | | | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | <h3 class="Subsection"> <a class="toc" name="toc-Subsection-0.2.1">0.2.1</a> Compilation </h3> <h4 class="Subsubsection"> <a class="toc" name="toc-Subsubsection-0.2.1.1">0.2.1.1</a> Dependencies </h4> <div class="Unindented"> Chicken scheme and a number of eggs are required for building megatest. See the file utils/installall.sh for an automated way to install the dependencies on Linux. </div> <h4 class="Subsubsection"> <a class="toc" name="toc-Subsubsection-0.2.1.2">0.2.1.2</a> Build and install </h4> <div class="Unindented"> Run “make test” to create the megatest executable. You may wish to copy the executable to a centrally accessible location. </div> <h3 class="Subsection"> <a class="toc" name="toc-Subsection-0.2.2">0.2.2</a> Setup </h3> <h4 class="Subsubsection"> <a class="toc" name="toc-Subsubsection-0.2.2.1">0.2.2.1</a> Create megatest.config </h4> <div class="Unindented"> Create the file megatest.config using the megatest.config template from the tests directory. At a minimum you need the following: </div> <div class="Code"> # Fields are the keys under which your test runs are organized </div> <div class="Code"> [fields] </div> <div class="Code"> field1 TEXT </div> |
︙ | ︙ | |||
366 367 368 369 370 371 372 | </td> <td align="left" valign="top"> Planning ahead your field names is important so as to avoid collisions with other environment variables </td> </tr> </table> </div> | > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 | </td> <td align="left" valign="top"> Planning ahead your field names is important so as to avoid collisions with other environment variables </td> </tr> </table> </div> <h3 class="Subsection"> <a class="toc" name="toc-Subsection-0.3.2">0.3.2</a> megatest.config settings </h3> <h4 class="Subsubsection"> <a class="toc" name="toc-Subsubsection-0.3.2.1">0.3.2.1</a> [setup] </h4> <div class="Unindented"> <table> <tr> <td align="left" valign="top"> section </td> <td align="left" valign="top"> variable </td> <td align="left" valign="top"> value </td> <td align="left" valign="top"> comment </td> </tr> <tr> <td align="left" valign="top"> [setup] </td> <td align="left" valign="top"> max_concurrent_jobs </td> <td align="left" valign="top"> if variable is not defined no limit on jobs </td> <td align="left" valign="top"> </td> </tr> <tr> <td align="left" valign="top"> </td> <td align="left" valign="top"> executable </td> <td align="left" valign="top"> full path to megatest binary </td> <td align="left" valign="top"> Use only if necessary, megatest will extract the location from where it used to launch and add append that to the PATH for test runs. </td> </tr> <tr> <td align="left" valign="top"> [fields] </td> <td align="left" valign="top"> string of letters, numbers and underscore </td> <td align="left" valign="top"> string of letters, numbers and underscore </td> <td align="left" valign="top"> </td> </tr> <tr> <td align="left" valign="top"> [jobtools] </td> <td align="left" valign="top"> launcher </td> <td align="left" valign="top"> command line used to launch jobs - the job command (megatest -execute) will be appended to this </td> <td align="left" valign="top"> </td> </tr> <tr> <td align="left" valign="top"> </td> <td align="left" valign="top"> workhosts </td> <td align="left" valign="top"> list of hostnames to run jobs on NOT SUPPORTED RIGHT NOW </td> <td align="left" valign="top"> </td> </tr> <tr> <td align="left" valign="top"> [env-override] </td> <td align="left" valign="top"> string of letters, numbers and underscore </td> <td align="left" valign="top"> any string </td> <td align="left" valign="top"> These are set on the test launching machine, not the test running machine. Typical usage is to control the host or run queue for launching tests. These values will not be seen by the test when it runs. </td> </tr> <tr> <td align="left" valign="top"> [disks] </td> <td align="left" valign="top"> string of letters, numbers and underscore </td> <td align="left" valign="top"> a valid path writable by the test launching process and by the test process </td> <td align="left" valign="top"> The disk usage balancing algorithm is to choose the disk with the least space for each test run. </td> </tr> </table> </div> <hr/> <p>Copyright (C) 2011 Matt Welland</p> </div> </body> </html> |
Modified docs/megatest.lyx from [312589161f] to [b17d3fa03d].
︙ | ︙ | |||
121 122 123 124 125 126 127 | \begin_layout Subsubsection Dependencies \end_layout \begin_layout Standard Chicken scheme and a number of eggs are required for building megatest. | | | | | 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | \begin_layout Subsubsection Dependencies \end_layout \begin_layout Standard Chicken scheme and a number of eggs are required for building megatest. See the file utils/installall.sh for an automated way to install the dependencie s on Linux. \end_layout \begin_layout Subsubsection Build and install \end_layout \begin_layout Standard Run \begin_inset Quotes eld \end_inset make test \begin_inset Quotes erd \end_inset to create the megatest executable. You may wish to copy the executable to a centrally accessible location. \end_layout \begin_layout Subsection Setup \end_layout \begin_layout Subsubsection Create megatest.config \end_layout \begin_layout Standard Create the file megatest.config using the megatest.config template from the tests directory. At a minimum you need the following: \end_layout \begin_layout Code # Fields are the keys under which your test runs are organized \end_layout \begin_layout Code [fields] \end_layout \begin_layout Code |
︙ | ︙ | |||
590 591 592 593 594 595 596 | </lyxtabular> \end_inset \end_layout | > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 | </lyxtabular> \end_inset \end_layout \begin_layout Subsection megatest.config settings \end_layout \begin_layout Subsubsection [setup] \end_layout \begin_layout Standard \begin_inset Tabular <lyxtabular version="3" rows="8" columns="4"> <features> <column alignment="left" valignment="top" width="0"> <column alignment="left" valignment="top" width="0"> <column alignment="left" valignment="top" width="0"> <column alignment="left" valignment="top" width="0"> <row> <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout section \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout variable \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout value \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout comment \end_layout \end_inset </cell> </row> <row> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout [setup] \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout max_concurrent_jobs \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout if variable is not defined no limit on jobs \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout \end_layout \end_inset </cell> </row> <row> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout executable \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout full path to megatest binary \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout Use only if necessary, megatest will extract the location from where it used to launch and add append that to the PATH for test runs. \end_layout \end_inset </cell> </row> <row> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout [fields] \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout string of letters, numbers and underscore \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout string of letters, numbers and underscore \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout \end_layout \end_inset </cell> </row> <row> <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout [jobtools] \end_layout \end_inset </cell> <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout launcher \end_layout \end_inset </cell> <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout command line used to launch jobs - the job command (megatest -execute) will be appended to this \end_layout \end_inset </cell> <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout \end_layout \end_inset </cell> </row> <row> <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout \end_layout \end_inset </cell> <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout workhosts \end_layout \end_inset </cell> <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout list of hostnames to run jobs on NOT SUPPORTED RIGHT NOW \end_layout \end_inset </cell> <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout \end_layout \end_inset </cell> </row> <row> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout [env-override] \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout string of letters, numbers and underscore \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout any string \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout These are set on the test launching machine, not the test running machine. Typical usage is to control the host or run queue for launching tests. These values will not be seen by the test when it runs. \end_layout \end_inset </cell> </row> <row> <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout [disks] \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout string of letters, numbers and underscore \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout a valid path writable by the test launching process and by the test process \end_layout \end_inset </cell> <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none"> \begin_inset Text \begin_layout Plain Layout The disk usage balancing algorithm is to choose the disk with the least space for each test run. \end_layout \end_inset </cell> </row> </lyxtabular> \end_inset \end_layout \end_body \end_document |