Changeset 8717fb5f6353d199eb0d5dc240d1fd27657e995c for README
- Timestamp:
- 03/06/09 08:51:45 (3 years ago)
- Children:
- b451326126ea3236f570cbbf0b9d6ece0d7ca715
- Parents:
- 338d2582dab7c41138f6d9864729bad6779ec41b
- git-committer:
- Frederic Lepied <frederic.lepied@…> (03/06/09 08:51:45)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
README
r531ce3a r8717fb5 42 42 pxemngr nextboot <name> <profile name> 43 43 44 If you want to assign a default profile to all systems, use the 45 reserved system name 'default'. 46 44 47 - run ./manage.py runserver <ip addr>:<port> to have a web server 45 48 waiting for requests to boot locally. You can also configure django … … 69 72 templating system. By convention, the tests are usinf a suffix of 70 73 .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 sen dby the72 server to the target system when no test areavailable. This wait.test74 TESTS_DIR variable. A wait.test must exist and will be sent by the 75 server to the target system when no test is available. This wait.test 73 76 must wait for some time and then exit to let the system send a new 74 77 test if needed or send back a new wait.test. … … 103 106 pxemngr nexttest <system name> <test name> 104 107 105 To display all the tests ran orscheduled for a system, use:108 To display all the tests scheduled for a system, use: 106 109 107 110 pxemngr dpytest <system name> 108 111 112 *** Web navigation 113 114 By pointing your browser to http://<ipaddr>:<port>/, you can navigate 115 in the results of the test system.
