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