<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'm editing tempest/scenario/test_network_basic_ops.py for external
    connectivity as the TODO listed in its docstring.<br>
    <br>
    the test cases are for pinging against external ip and url to test
    connectivity and dns respectivly.<br>
    since default deployement (devstack gate) doesn't have external
    connectivity I was thinking on one or all of the following<br>
    <ol>
      <li>test against public network gateway <br>
      </li>
      <li>add fields in tempest.conf for</li>
      <ul>
        <li>external connectivity = False/True</li>
        <li>external ip to test against (ie 8.8.8.8)</li>
      </ul>
      <li>Regarding DNS:</li>
      <ol>
        <li>assume that external connectivity means dns is also
          configured</li>
        <li>activly configure dns on subnet creation (based on
          tempest.conf<br>
        </li>
      </ol>
    </ol>
    <p>Comments/suggestions will be much appriciated<br>
    </p>
    <p>Regards<br>
      Yair Fried<br>
    </p>
  </body>
</html>