ovs-vsctl.at: Correct title of SSL test.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 28 Aug 2015 21:25:47 +0000 (14:25 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 18 Sep 2015 19:48:39 +0000 (12:48 -0700)
commit3d5b9d7843e9cf9ed7cc865ea10701cb186798d5
treec6c02bd24e0648a6f9a218c41bb6c8c27eb63dbc
parentb113e510aad5850e0ca9a217c387a974c9846b70
ovs-vsctl.at: Correct title of SSL test.

The test claimed to test peer-ca-cert functionality. But the
certificate provided via --peer-ca-cert was not actually sent
to the peer for bootstrapping. The bootstrapping was successful
because cert provided via --certificate was self-signed. Since the test
was not really testing the --peer-ca-cert functionality, change
the name of the test. We do not have any tests for bootstrapping,
so this test is still useful.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/ovs-vsctl.at