summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2015-11-27 10:31:46 +0100
committerasteroide <thomas.duval@orange.com>2015-11-27 10:31:46 +0100
commit70b7bf12411b8fce302d0e29be8ec64581aa5e0a (patch)
tree88d3be11f5bb2a5afde39a3ec4df96df2e0c02d4
parenteb4749e392e688aaa16851568c981749891462a8 (diff)
Delete a moonclient test which is not necessary.
Change-Id: I938753f5c6072a75df32203dc13f3f8f8ad89ff7
-rw-r--r--moonclient/moonclient/tests/tests_change_auth.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/moonclient/moonclient/tests/tests_change_auth.json b/moonclient/moonclient/tests/tests_change_auth.json
deleted file mode 100644
index 38d1d134..00000000
--- a/moonclient/moonclient/tests/tests_change_auth.json
+++ /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