Floating IP Negative Tests

   Add test create floating ip with port not reachable
   to external network returns 404
      Create a floating ip passing the port
      Validate te proper error response 404 is return

   Add test create floating ip with private network returns 400
       Create a floating ip passing the private(tenant) network
       Validate proper error response 400 is return

   Add test associate floating ip with port not reachable
   to external network returns 400
       Create a floating ip passing the external network
       Update a floating ip by associating the port that is not reachable to floating ip
       Validate proper error response 400 is return

Change-Id: Ie0cd54242ac2a9531e94854db61d702f118b02bd
1 file changed