Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
051abb450755af09f7ea2f679b33a4d067d15e53
/
.
/
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
};