Delete a moonclient test which is not necessary. 89/3689/1
authorasteroide <thomas.duval@orange.com>
Fri, 27 Nov 2015 09:31:46 +0000 (10:31 +0100)
committerasteroide <thomas.duval@orange.com>
Fri, 27 Nov 2015 09:31:46 +0000 (10:31 +0100)
Change-Id: I938753f5c6072a75df32203dc13f3f8f8ad89ff7

moonclient/moonclient/tests/tests_change_auth.json [deleted file]

diff --git a/moonclient/moonclient/tests/tests_change_auth.json b/moonclient/moonclient/tests/tests_change_auth.json
deleted file mode 100644 (file)
index 38d1d13..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "command_options": "-f value",
-  "tests_group": {
-    "authz": [
-
-      {
-        "auth_name": "demo",
-        "description": "Change user to demo"
-      },
-
-      {
-        "name": "list tenant",
-        "command": "tenant list",
-        "result": "^$",
-        "description": "Check if user demo cannot read the list of all tenants."
-      },
-
-      {
-        "auth_name": "admin",
-        "description": "Change user to admin"
-      },
-
-      {
-        "name": "list tenant",
-        "command": "tenant list",
-        "result": "admin",
-        "description": "Check if user admin can read the list of all tenants."
-      }
-
-    ]
-  }
-}
\ No newline at end of file