Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
57b99b55903c471a5e4d87d0c5e1cfb4061fe61c
/
.
/
scripts
/
check-db-clean
blob: e49d267dbb0729dd18344890b9c1651cf056b20f [
file
] [
log
] [
blame
]
g
=
TitanFactory
.
open
(
'cassandra.local'
)
g
.
stopTransaction
(
SUCCESS
);
g
.
V
(
'type'
,
'port'
).
each
{
println it
.
type
};
g
.
V
(
'type'
,
'switch'
).
each
{
println it
.
type
};
g
.
V
(
'type'
,
'flow'
).
each
{
println it
.
type
};
g
.
V
(
'type'
,
'flow_entry'
).
each
{
println it
.
type
};