Merge "Adds timestamps to scenarios iterations"
This commit is contained in:
commit
f8b82e77f3
@ -13,6 +13,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import datetime
|
||||
import multiprocessing
|
||||
import random
|
||||
import re
|
||||
@ -1316,6 +1317,9 @@ class FakeTimer(rally_utils.Timer):
|
||||
def duration(self):
|
||||
return 10
|
||||
|
||||
def timestamp(self):
|
||||
return datetime.datetime(2015, 1, 1)
|
||||
|
||||
|
||||
@base_ctx.context("fake", order=1)
|
||||
class FakeContext(base_ctx.Context):
|
||||
|
Loading…
x
Reference in New Issue
Block a user