Show
Ignore:
Timestamp:
03/06/09 08:51:45 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
b451326126ea3236f570cbbf0b9d6ece0d7ca715
Parents:
338d2582dab7c41138f6d9864729bad6779ec41b
git-committer:
Frederic Lepied <frederic.lepied@…> (03/06/09 08:51:45)
Message:

manage the default pxe boot

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r531ce3a r8717fb5  
    4242pxemngr nextboot <name> <profile name> 
    4343 
     44If you want to assign a default profile to all systems, use the 
     45reserved system name 'default'. 
     46 
    4447- run ./manage.py runserver <ip addr>:<port> to have a web server 
    4548  waiting for requests to boot locally. You can also configure django 
     
    6972templating system. By convention, the tests are usinf a suffix of 
    7073.test. They are stored in the directory set in settings.py under the 
    71 TESTS_DIR variable. A wait.test must exist and will be send by the 
    72 server to the target system when no test are available. This wait.test 
     74TESTS_DIR variable. A wait.test must exist and will be sent by the 
     75server to the target system when no test is available. This wait.test 
    7376must wait for some time and then exit to let the system send a new 
    7477test if needed or send back a new wait.test. 
     
    103106pxemngr nexttest <system name> <test name> 
    104107 
    105 To display all the tests ran or scheduled for a system, use: 
     108To display all the tests scheduled for a system, use: 
    106109 
    107110pxemngr dpytest <system name> 
    108111 
     112*** Web navigation 
     113 
     114By pointing your browser to http://<ipaddr>:<port>/, you can navigate 
     115in the results of the test system.