Issue-ID: CLI-100
Change-Id: I6294ccf4feb8b000cd315bdea3e92c56fc837f4a
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
}
protected void preRun() throws OnapCommandException {
- log.debug("CMD: " + this.getName() + "pre run.");
+ log.debug(this.getName() + " PRE-RUN");
}
protected void postRun() throws OnapCommandException {
- log.debug("CMD: " + this.getName() + "post run.");
+ log.debug(this.getName() + " POST-RUN");
}
/**
* Oclip command execute with given parameters on service. Before calling this method, its mandatory to set all