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