Fixed test

This commit is contained in:
Luca Frosini 2020-11-05 17:03:05 +01:00
parent a92f5c532c
commit 1646cbe8de
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ public class BasicTest extends ContextTest {
@Test
public void testDifferentScopes() throws Exception {
ContextTest.setContextByName(DEFAULT_TEST_SCOPE);
CPUFacet cpuFacet = new CPUFacetImpl();
cpuFacet.setClockSpeed("1 GHz");
cpuFacet.setModel("Opteron");