示例#1
0
  private static void intro(HttpServletRequest req, Element body) {
    body.add(
        "The xAPS Test Verfication Process is a really simple way of testing your TR-069 device and at ");
    body.add(
        "the same time make sure it is interoperable with xAPS. The tests are taken from PD-128v9, which ");
    body.add(
        "is the test document used at TR-069 plugfests. However, only the most basic tests are part of ");
    body.add(
        "of this process; none of the real-world tests are run, which shows that the emphasis in this ");
    body.add(
        "is to get a decent level of interoperability, not to really test if the device can be used for ");
    body.add(
        "all kinds of business purposes. To get a \"complete\" status you need to sucessfully complete all ");
    body.add("the tests.");
    body.p();

    body.add(
        "<b>How to proceed:</b> Connect your CPE to "
            + req.getRequestURL().substring(0, req.getRequestURL().length() - 5)
            + " ");
    body.add(
        "using the same ACS username as you have entered (or are about to enter) below. The ACS will then ");
    body.add(
        "accept both your ACS username and password and immediately respond with the first test. You then ");
    body.add(
        "decide which tests to run. If you so choose, you can set all tests to be run automatically, to ");
    body.add(
        "quickly go through all tests. Just remember to lower your periodic inform interval. ");
    body.add(
        "If your device is not an IAD, change this setting to either VoIP (ATA) or SetTopBox (STB).");
    body.p();
  }