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