Ejemplo n.º 1
0
 def get_build_datetime(self):
     command = "stat --printf=%Y /var/www/miq/vmdb/VERSION"
     return parsetime.fromtimestamp(
         int(self.run_command(command).output.strip()))
Ejemplo n.º 2
0
 def get_build_datetime(self):
     command = "stat --printf=%Y /var/www/miq/vmdb/VERSION"
     return parsetime.fromtimestamp(int(self.run_command(command).output.strip()))