test_port_security_macspoofing_port: Fix an inversed check

As create_floating_ip() associates the fip to a server,
the status of the fip will get ACTIVE sooner or later.

For the Neutron reference implementation, the current test
which ensures the fip DOWN succeeds only when it happens
to run faster than L3 agent.  In case of MidoNet, the test
always fail as the fip gets ACTIVE synchronously.

Closes-Bug: #1521185
Change-Id: Ie6d4f5428dccdf4c83a647361cdae0c739fae394
diff --git a/tempest/scenario/test_network_basic_ops.py b/tempest/scenario/test_network_basic_ops.py
index 28f1cd3..124d2f7 100644
--- a/tempest/scenario/test_network_basic_ops.py
+++ b/tempest/scenario/test_network_basic_ops.py
@@ -757,7 +757,7 @@
 
         # Create server
         self._setup_network_and_servers()
-        self.check_public_network_connectivity(should_connect=False)
+        self.check_public_network_connectivity(should_connect=True)
         self._create_new_network()
         self._hotplug_server()
         fip, server = self.floating_ip_tuple