aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/opnfv_yardstick_tc010.json
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-02-19 16:06:50 +0000
committerEmma Foley <emma.l.foley@intel.com>2018-03-02 19:08:37 +0000
commit24a8c6d89f150666a37a3f8daba0fce7c17a436a (patch)
tree888e25fc09d65bda2bdfacbf8c24f4c19143f9ef /dashboard/opnfv_yardstick_tc010.json
parenta74ad5a1ec1a73389c5983440b2031b0bc72cea1 (diff)
Add yardstick.benchmark.contexts.heat.HeatContext._delete_key_file()
* Move logic for removing key file into its own method * Update the log message to be more useful JIRA: YARDSTICK-1026 Change-Id: I8c131720ed91c939698c41ad63d586396fcce1fe Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'dashboard/opnfv_yardstick_tc010.json')
0 files changed, 0 insertions, 0 deletions
ral.Number.Integer.Long */
#ifndef _LINUX_PCI_DMA_H
#define _LINUX_PCI_DMA_H

#define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) DEFINE_DMA_UNMAP_ADDR(ADDR_NAME);
#define DECLARE_PCI_UNMAP_LEN(LEN_NAME)   DEFINE_DMA_UNMAP_LEN(LEN_NAME);
#define pci_unmap_addr             dma_unmap_addr
#define pci_unmap_addr_set         dma_unmap_addr_set
#define pci_unmap_len              dma_unmap_len
#define pci_unmap_len_set          dma_unmap_len_set

#endif