Base /org/ and /xyz/ are blocked

As per new changes openbmc/openbmc#2378 the /org/ and /xyz/ are no
longer accessible. The URLs listed below are white-listed.

{
"urls": [
    "/org/open_power/*",
    "/com/ibm/*",
    "/xyz/openbmc_project/*",
    "/enumerate",
    "/list",
    "/login",
    "/logout",
    "/subscribe",
    "/upload/image",
    "/download/dump/*"
    ]
}

Resolves  openbmc/openbmc-test-automation#1423

Change-Id: I6d033dc4b53af06adb655c40cea6cd58270be8fa
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_rest_interfaces.robot b/tests/test_rest_interfaces.robot
index 1938923..4a2115c 100644
--- a/tests/test_rest_interfaces.robot
+++ b/tests/test_rest_interfaces.robot
@@ -274,8 +274,6 @@
     [Template]  Execute Get And Check Response
 
     # Expect status      URL Path
-    ${HTTP_OK}           /org/
-    ${HTTP_OK}           /xyz/
     ${HTTP_OK}           /xyz/openbmc_project/
     ${HTTP_OK}           /xyz/openbmc_project/state/enumerate
     ${HTTP_NOT_FOUND}    /i/dont/exist/