VirtualBox

Ignore:
Timestamp:
Jul 20, 2019 3:56:15 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132316
Message:

ValKit: Use IDHCPServer::findLeaseByMAC to resolve VM IP addresses when using host-only networking. This enables us to do unattended ubuntu installs w/o GAs. Reenabled newer ubuntu tests where GAs doesn't quite install yet, adding 19.04. bugref:9151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r79279 r79908  
    13521352    return time.time();
    13531353
    1354 
    13551354def timestampNano():
    13561355    """
     
    13761375        return long(_winFloatTime());
    13771376    return long(time.time());
     1377
     1378def secondsSinceUnixEpoch():
     1379    """
     1380    Returns unix time, floating point second count since 1970-01-01T00:00:00Z
     1381    """
     1382    ## ASSUMES This returns unix epoch time on all systems we care about...
     1383    return time.time();
    13781384
    13791385def getTimePrefix():
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette