cloudstack/test/integration
Rakesh 76ba5c62d9
server: Fix displaying public IP address of shared networks (#4675)
Public IP addresses dedicated to one domain should not be accessed
by other domains. Also, root admin should be able to display all
public ip addresses in system.

Currently following issues exist

1. Public IP address assigned to one domain can be accessed by
other sibling domains

If use.system.public.ip is false then child domains should not
see public ip of ROOT domain

Before fix
```
(test1) mgt01 > list publicipaddresses listall=true fordisplay=true allocatedonly=false forvirtualnetwork=true filter=ipaddress,
{
  "count": 59,
  "publicipaddress": [
```

After fix

```
(test) mgt01 > list publicipaddresses listall=true fordisplay=true allocatedonly=false forvirtualnetwork=true filter=ipaddress,
{
  "count": 10,
```
2021-04-01 12:39:01 +05:30
..
component server: Fix displaying public IP address of shared networks (#4675) 2021-04-01 12:39:01 +05:30
plugins Ldap fixes (#3694) 2020-01-20 16:02:33 +01:00
smoke server: Fix displaying public IP address of shared networks (#4675) 2021-04-01 12:39:01 +05:30
testpaths default teardown methods with reversed() handling (#4289) 2020-11-13 07:56:28 +00:00
__init__.py apply chip childers licensing patches for the test directory 2012-06-26 11:19:58 -04:00