vmware-nsx/quantum/plugins/brocade/tests
Sergey Skripnick 1e166f3efd Docstrings formatted according to pep257
Bug #1020184

quantum/plugins/bigswitch/*
quantum/plugins/brocade/*

Change-Id: I9bf4381738319551a5993d4b279a5cec3425b7ef
2013-04-30 09:27:49 +03:00
..
noscli.py Docstrings formatted according to pep257 2013-04-30 09:27:49 +03:00
nostest.py Docstrings formatted according to pep257 2013-04-30 09:27:49 +03:00
README Adds Brocade Plugin implementation 2013-02-14 09:22:38 -08:00

Start the quantum-server with IP address of switch configured in brocade.ini:
(for configuration instruction please see README.md in the above directory)

nostest.py:
This tests two things:
     1. Creates port-profile on the physical switch when a quantum 'network' is created
     2. Associates the MAC address with the created port-profile

noscli.py:
    CLI interface to create/delete/associate MAC/dissociate MAC
    Commands:
        % noscli.py create <network>
          (after running check that PP is created on the switch)

        % noscli.py delete <network>
          (after running check that PP is deleted from the switch)

        % noscli.py associate <network> <mac>
          (after running check that MAC is associated with PP)

        % noscli.py dissociate <network> <mac>
          (after running check that MAC is dissociated from the PP)