summaryrefslogtreecommitdiffstats
path: root/test/kill.sql
diff options
context:
space:
mode:
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-06-13 13:23:29 -0500
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-06-13 13:23:29 -0500
commitf0567818f3e86357dca815fa2cc0d7a7647d5e4d (patch)
tree6035d1bef00b912de4f73276bb25320efe6ec991 /test/kill.sql
parent59d9bb49649a3c2de6122e0461ad5d9298b1fd85 (diff)
parentef2033be3411ade4e43225de0995fa27baa378fc (diff)
Merge branch 'master' of git://github.com/rackspace/keystone
Conflicts: keystone/test/functional/test_tokens.py
Diffstat (limited to 'test/kill.sql')
-rw-r--r--test/kill.sql10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/kill.sql b/test/kill.sql
deleted file mode 100644
index 66e3733f..00000000
--- a/test/kill.sql
+++ /dev/null
@@ -1,10 +0,0 @@
---
--- Clean up the DB
---
-
-delete from users;
-delete from tenants;
-delete from groups;
-delete from user_group_association;
-delete from user_tenant_association;
-delete from token;