Delete tests for intra_extensions because they are in tests_tenants.json 59/1959/1
authorasteroide <thomas.duval@orange.com>
Thu, 24 Sep 2015 09:27:16 +0000 (11:27 +0200)
committerasteroide <thomas.duval@orange.com>
Thu, 24 Sep 2015 09:27:16 +0000 (11:27 +0200)
Change-Id: I1aa888142ccf87654b9701986a02d63b57d9d93f

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

diff --git a/moonclient/moonclient/tests/tests_intra_extensions.json b/moonclient/moonclient/tests/tests_intra_extensions.json
deleted file mode 100644 (file)
index a6d369a..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-{
-  "command_prefix": "moon",
-  "tests_group": {
-    "group1": [
-      {
-        "name": "create_intraextension_authz",
-        "command": "intraextension create --policy_model policy_authz func_test",
-        "result": "%uuid_authz%",
-        "description": "Create an authz intra extension"
-      },
-      {
-        "name": "list_intraextension_authz",
-        "command": "intraextension list",
-        "result": "$uuid_authz",
-        "description": "Check the existence of that authz intra extension"
-      },
-      {
-        "name": "create_intraextension_admin",
-        "command": "intraextension create --policy_model policy_admin func_test",
-        "result": "%uuid_admin%",
-        "description": "Create an admin intra extension"
-      },
-      {
-        "name": "list_intraextension_admin",
-        "command": "intraextension list",
-        "result": "$uuid_admin",
-        "description": "Check the existence of that admin intra extension"
-      },
-      {
-        "name": "set_tenant_authz",
-        "command": "intraextension tenant set authz $uuid_authz demo",
-        "result": "",
-        "description": "Connect the authz intra extension to the tenant demo"
-      },
-      {
-        "name": "set_tenant_admin",
-        "command": "intraextension tenant set authz $uuid_authz demo",
-        "result": "",
-        "description": "Connect the admin intra extension to the tenant demo"
-      }
-    ]
-  }
-}
\ No newline at end of file