<font size=2 face="sans-serif">Hi Team,</font><br><br><font size=2 face="sans-serif">I am writing unit test-cases to phospher-logging
server.</font><br><br><font size=2 face="sans-serif">As it gets information form the journal
log for event and logging creation,it needs to make calls to</font><br><font size=2 face="sans-serif">below given journal related methods:</font><br><br><font size=2 face="sans-serif">sd_journal_open(sd_journal**,int)(</font><a href="https://github.com/openbmc/phosphor-logging/blob/master/log_manager.cpp#L86"><font size=2 color=blue face="sans-serif">https://github.com/openbmc/phosphor-logging/blob/master/log_manager.cpp#L86</font></a><font size=2 face="sans-serif">)</font><br><font size=2 face="sans-serif">sd_journal_get_data(sd_journal*,const
char *,const void **,size_t) (</font><a href="https://github.com/openbmc/phosphor-logging/blob/master/log_manager.cpp#L115"><font size=2 color=blue face="sans-serif">https://github.com/openbmc/phosphor-logging/blob/master/log_manager.cpp#L115</font></a><font size=2 face="sans-serif">)</font><br><font size=2 face="sans-serif">sd_journal_close(sd_journal *) (</font><a href="https://github.com/openbmc/phosphor-logging/blob/master/log_manager.cpp#L175"><font size=2 color=blue face="sans-serif">https://github.com/openbmc/phosphor-logging/blob/master/log_manager.cpp#L175</font></a><font size=2 face="sans-serif">)</font><br><br><font size=2 face="sans-serif">I am able make calls to these methods,
without any issue, on host machine(inside x86 sandbox) where we don't have
journal service is running.</font><br><br><font size=2 face="sans-serif">Is it the correct way(don't we need
to mock these methods) ? </font><br><br><font size=2 face="sans-serif">If not, Please someone let me know how
to mock these methods?</font><br><br><br><br><font size=2 face="sans-serif">Thanks and Regards,</font><br><font size=2 face="sans-serif">Nagaraju G</font><BR>